#553700

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

Shades of Baker's Chocolate #553700

Tints of Baker's Chocolate #553700

Color information

#553700 (or 0x553700) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 37 and 00. RGB value is (85,55,0). Sum of RGB (Red+Green+Blue) = 85+55+0=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #553700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553700 is #AAC8FF. Grayscale: #393939. Windows color (decimal): -11192576 or 14165. OLE color: 14165.

HSL color Cylindrical-coordinate representation of color #553700: hue angle of 38.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #553700 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB85550-
CMYK00.3510.67
HSL38.82º100%16.67%-
HSV(B)38.82º100%33.33%-
XYZ5.114.660.63-
YUV57.795.44147.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8555000.3510.6738.8210016.67
Hex553700236443276411
Octal1256700431441034714421
Binary10101011101110010001111001001000011100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553700; }

 p { color: rgb(85,55,0); }

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

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

 a { background-color: rgb(85,55,0); }

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

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

 span { border-color: rgb(85,55,0); }

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