#55340A

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

Shades of Baker's Chocolate #55340A

Tints of Baker's Chocolate #55340A

Color information

#55340A (or 0x55340A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 0A. RGB value is (85,52,10). Sum of RGB (Red+Green+Blue) = 85+52+10=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55340A is #AACBF5. Grayscale: #393939. Windows color (decimal): -11193334 or 668757. OLE color: 668757.

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

Color convert

RGB855210-
CMYK00.390.880.67
HSL33.6º78.95%18.63%-
HSV(B)33.6º88.24%33.33%-
XYZ5.034.410.87-
YUV57.08101.43147.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=57.82%
G=35.37%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85521000.390.880.6733.678.9518.63
Hex5534A0275843224f13
Octal12564120471301034211723
Binary10101011101001010010011110110001000011100010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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