#553206

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

Shades of Baker's Chocolate #553206

Tints of Baker's Chocolate #553206

Color information

#553206 (or 0x553206) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 06. RGB value is (85,50,6). Sum of RGB (Red+Green+Blue) = 85+50+6=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #553206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553206 is #AACDF9. Grayscale: #373737. Windows color (decimal): -11193850 or 406101. OLE color: 406101.

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

Color convert

RGB85506-
CMYK00.410.930.67
HSL33.42º86.81%17.84%-
HSV(B)33.42º92.94%33.33%-
XYZ4.924.230.73-
YUV55.45100.1149.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=60.28%
G=35.46%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8550600.410.930.6733.4286.8117.84
Hex553260295D43215712
Octal1256260511351034112722
Binary1010101110010110010100110111011000011100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553206; }

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

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

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

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

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

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

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

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