#553211

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

Shades of Baker's Chocolate #553211

Tints of Baker's Chocolate #553211

Color information

#553211 (or 0x553211) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 11. RGB value is (85,50,17). Sum of RGB (Red+Green+Blue) = 85+50+17=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #553211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553211 is #AACDEE. Grayscale: #383838. Windows color (decimal): -11193839 or 1126997. OLE color: 1126997.

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

Color convert

RGB855017-
CMYK00.410.800.67
HSL29.12º66.67%20%-
HSV(B)29.12º80%33.33%-
XYZ4.994.251.09-
YUV56.7105.6148.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=55.92%
G=32.89%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85501700.410.800.6729.1266.6720
Hex55321102950431d4314
Octal12562210511201033510324
Binary10101011100101000101010011010000100001111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553211; }

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

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

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

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

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

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

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

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