#553B08

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

Shades of Baker's Chocolate #553B08

Tints of Baker's Chocolate #553B08

Color information

#553B08 (or 0x553B08) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3B and 08. RGB value is (85,59,8). Sum of RGB (Red+Green+Blue) = 85+59+8=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553B08 is #AAC4F7. Grayscale: #3D3D3D. Windows color (decimal): -11191544 or 539477. OLE color: 539477.

HSL color Cylindrical-coordinate representation of color #553B08: hue angle of 39.74º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #553B08 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85598-
CMYK00.310.910.67
HSL39.74º82.8%18.24%-
HSV(B)39.74º90.59%33.33%-
XYZ5.355.080.93-
YUV60.9698.11145.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=55.92%
G=38.82%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8559800.310.910.6739.7482.818.24
Hex553B801F5B43285312
Octal12573100371331035012322
Binary1010101111011100001111110110111000011101000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B08; }

 p { color: rgb(85,59,8); }

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

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

 a { background-color: rgb(85,59,8); }

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

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

 span { border-color: rgb(85,59,8); }

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