#553611

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

Shades of Baker's Chocolate #553611

Tints of Baker's Chocolate #553611

Color information

#553611 (or 0x553611) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 36 and 11. RGB value is (85,54,17). Sum of RGB (Red+Green+Blue) = 85+54+17=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #553611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553611 is #AAC9EE. Grayscale: #3B3B3B. Windows color (decimal): -11192815 or 1128021. OLE color: 1128021.

HSL color Cylindrical-coordinate representation of color #553611: hue angle of 32.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #553611 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB855417-
CMYK00.360.800.67
HSL32.65º66.67%20%-
HSV(B)32.65º80%33.33%-
XYZ5.174.611.15-
YUV59.05104.27146.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=54.49%
G=34.62%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85541700.360.800.6732.6566.6720
Hex5536110245043214314
Octal12566210441201034110324
Binary101010111011010001010010010100001000011100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553611; }

 p { color: rgb(85,54,17); }

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

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

 a { background-color: rgb(85,54,17); }

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

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

 span { border-color: rgb(85,54,17); }

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