#55380A

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

Shades of Baker's Chocolate #55380A

Tints of Baker's Chocolate #55380A

Color information

#55380A (or 0x55380A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 38 and 0A. RGB value is (85,56,10). Sum of RGB (Red+Green+Blue) = 85+56+10=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55380A is #AAC7F5. Grayscale: #3B3B3B. Windows color (decimal): -11192310 or 669781. OLE color: 669781.

HSL color Cylindrical-coordinate representation of color #55380A: hue angle of 36.8º 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 #55380A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB855610-
CMYK00.340.880.67
HSL36.8º78.95%18.63%-
HSV(B)36.8º88.24%33.33%-
XYZ5.224.780.94-
YUV59.43100.11146.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=56.29%
G=37.09%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85561000.340.880.6736.878.9518.63
Hex5538A0225843254f13
Octal12570120421301034511723
Binary10101011110001010010001010110001000011100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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