#552102

Color #552102 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #552102

Tints of Baker's Chocolate #552102

Color information

#552102 (or 0x552102) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 21 and 02. RGB value is (85,33,2). Sum of RGB (Red+Green+Blue) = 85+33+2=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #552102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552102 is #AADEFD. Grayscale: #2D2D2D. Windows color (decimal): -11198206 or 139605. OLE color: 139605.

HSL color Cylindrical-coordinate representation of color #552102: hue angle of 22.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #552102 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB85332-
CMYK00.610.980.67
HSL22.41º95.4%17.06%-
HSV(B)22.41º97.65%33.33%-
XYZ4.33.020.41-
YUV45.01103.73156.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 70.83%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=70.83%
G=27.5%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533200.610.980.6722.4195.417.06
Hex5521203D6243165f11
Octal1254120751421032613721
Binary10101011000011001111011100010100001110110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552102; }

 p { color: rgb(85,33,2); }

 H1.HeaderClassName
 {
   color: #552102;
 }
 .AnyTagClassName
 {
   color: #552102;
 }
</style>
background-color css

<style>
 a { background-color: #552102; }

 a { background-color: rgb(85,33,2); }

 div.DivClassName
 {
   background-color: #552102;
 }
 .BgClassName
 {
   background-color: #552102;
 }
</style>
border-color css

<style>
 span { border-color: #552102; }

 span { border-color: rgb(85,33,2); }

 td.TdClassName
 {
   border-color: #552102;
 }
 .TagClassName
 {
   border-color: #552102;
 }
</style>