#553506

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

Shades of Baker's Chocolate #553506

Tints of Baker's Chocolate #553506

Color information

#553506 (or 0x553506) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 06. RGB value is (85,53,6). Sum of RGB (Red+Green+Blue) = 85+53+6=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #553506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553506 is #AACAF9. Grayscale: #393939. Windows color (decimal): -11193082 or 406869. OLE color: 406869.

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

Color convert

RGB85536-
CMYK00.380.930.67
HSL35.7º86.81%17.84%-
HSV(B)35.7º92.94%33.33%-
XYZ5.054.490.77-
YUV57.2199.1147.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=59.03%
G=36.81%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8553600.380.930.6735.786.8117.84
Hex553560265D43245712
Octal1256560461351034412722
Binary1010101110101110010011010111011000011100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553506; }

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

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

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

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

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

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

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

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