#55320A

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

Shades of Baker's Chocolate #55320A

Tints of Baker's Chocolate #55320A

Color information

#55320A (or 0x55320A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 0A. RGB value is (85,50,10). Sum of RGB (Red+Green+Blue) = 85+50+10=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55320A is #AACDF5. Grayscale: #383838. Windows color (decimal): -11193846 or 668245. OLE color: 668245.

HSL color Cylindrical-coordinate representation of color #55320A: hue angle of 32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55320A is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB855010-
CMYK00.410.880.67
HSL32º78.95%18.63%-
HSV(B)32º88.24%33.33%-
XYZ4.944.230.84-
YUV55.9102.1148.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=58.62%
G=34.48%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85501000.410.880.673278.9518.63
Hex5532A0295843204f13
Octal12562120511301034011723
Binary10101011100101010010100110110001000011100000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55320A; }

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

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

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

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

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

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

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

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