#553D06

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

Shades of Baker's Chocolate #553D06

Tints of Baker's Chocolate #553D06

Color information

#553D06 (or 0x553D06) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3D and 06. RGB value is (85,61,6). Sum of RGB (Red+Green+Blue) = 85+61+6=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D06 is #AAC2F9. Grayscale: #3E3E3E. Windows color (decimal): -11191034 or 408917. OLE color: 408917.

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

Color convert

RGB85616-
CMYK00.280.930.67
HSL41.77º86.81%17.84%-
HSV(B)41.77º92.94%33.33%-
XYZ5.455.280.9-
YUV61.9196.45144.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=55.92%
G=40.13%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8561600.280.930.6741.7786.8117.84
Hex553D601C5D432a5712
Octal1257560341351035212722
Binary101010111110111001110010111011000011101010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,61,6); }

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

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

 a { background-color: rgb(85,61,6); }

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

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

 span { border-color: rgb(85,61,6); }

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