#55340F

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

Shades of Baker's Chocolate #55340F

Tints of Baker's Chocolate #55340F

Color information

#55340F (or 0x55340F) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 0F. RGB value is (85,52,15). Sum of RGB (Red+Green+Blue) = 85+52+15=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55340F is #AACBF0. Grayscale: #393939. Windows color (decimal): -11193329 or 996437. OLE color: 996437.

HSL color Cylindrical-coordinate representation of color #55340F: hue angle of 31.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55340F is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB855215-
CMYK00.390.820.67
HSL31.71º70%19.61%-
HSV(B)31.71º82.35%33.33%-
XYZ5.064.421.04-
YUV57.65103.93147.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=55.92%
G=34.21%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85521500.390.820.6731.717019.61
Hex5534F0275243204614
Octal12564170471221034010624
Binary10101011101001111010011110100101000011100000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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