#553906

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

Shades of Baker's Chocolate #553906

Tints of Baker's Chocolate #553906

Color information

#553906 (or 0x553906) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 39 and 06. RGB value is (85,57,6). Sum of RGB (Red+Green+Blue) = 85+57+6=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #553906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553906 is #AAC6F9. Grayscale: #3B3B3B. Windows color (decimal): -11192058 or 407893. OLE color: 407893.

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

Color convert

RGB85576-
CMYK00.330.930.67
HSL38.73º86.81%17.84%-
HSV(B)38.73º92.94%33.33%-
XYZ5.244.870.84-
YUV59.5697.78146.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=57.43%
G=38.51%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557600.330.930.6738.7386.8117.84
Hex553960215D43275712
Octal1257160411351034712722
Binary1010101111001110010000110111011000011100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553906; }

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

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

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

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

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

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

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

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