#552902

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

Shades of Baker's Chocolate #552902

Tints of Baker's Chocolate #552902

Color information

#552902 (or 0x552902) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 29 and 02. RGB value is (85,41,2). Sum of RGB (Red+Green+Blue) = 85+41+2=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #552902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552902 is #AAD6FD. Grayscale: #313131. Windows color (decimal): -11196158 or 141653. OLE color: 141653.

HSL color Cylindrical-coordinate representation of color #552902: hue angle of 28.19º 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 #552902 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB85412-
CMYK00.520.980.67
HSL28.19º95.4%17.06%-
HSV(B)28.19º97.65%33.33%-
XYZ4.553.520.5-
YUV49.71101.08153.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=66.41%
G=32.03%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8541200.520.980.6728.1995.417.06
Hex5529203462431c5f11
Octal1255120641421033413721
Binary10101011010011001101001100010100001111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552902; }

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

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

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

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

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

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

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

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