#55350E

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

Shades of Baker's Chocolate #55350E

Tints of Baker's Chocolate #55350E

Color information

#55350E (or 0x55350E) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 0E. RGB value is (85,53,14). Sum of RGB (Red+Green+Blue) = 85+53+14=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55350E is #AACAF1. Grayscale: #3A3A3A. Windows color (decimal): -11193074 or 931157. OLE color: 931157.

HSL color Cylindrical-coordinate representation of color #55350E: hue angle of 32.96º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55350E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB855314-
CMYK00.380.840.67
HSL32.96º71.72%19.41%-
HSV(B)32.96º83.53%33.33%-
XYZ5.14.511.02-
YUV58.12103.1147.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=55.92%
G=34.87%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85531400.380.840.6732.9671.7219.41
Hex5535E0265443214813
Octal12565160461241034111023
Binary10101011101011110010011010101001000011100001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55350E; }

 p { color: rgb(85,53,14); }

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

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

 a { background-color: rgb(85,53,14); }

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

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

 span { border-color: rgb(85,53,14); }

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