#553C08

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

Shades of Baker's Chocolate #553C08

Tints of Baker's Chocolate #553C08

Color information

#553C08 (or 0x553C08) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3C and 08. RGB value is (85,60,8). Sum of RGB (Red+Green+Blue) = 85+60+8=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #553C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553C08 is #AAC3F7. Grayscale: #3D3D3D. Windows color (decimal): -11191288 or 539733. OLE color: 539733.

HSL color Cylindrical-coordinate representation of color #553C08: hue angle of 40.52º 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 #553C08 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB85608-
CMYK00.290.910.67
HSL40.52º82.8%18.24%-
HSV(B)40.52º90.59%33.33%-
XYZ5.415.180.94-
YUV61.5597.78144.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=55.56%
G=39.22%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8560800.290.910.6740.5282.818.24
Hex553C801D5B43295312
Octal12574100351331035112322
Binary1010101111100100001110110110111000011101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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