#552410

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

Shades of Baker's Chocolate #552410

Tints of Baker's Chocolate #552410

Color information

#552410 (or 0x552410) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 24 and 10. RGB value is (85,36,16). Sum of RGB (Red+Green+Blue) = 85+36+16=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #552410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552410 is #AADBEF. Grayscale: #303030. Windows color (decimal): -11197424 or 1057877. OLE color: 1057877.

HSL color Cylindrical-coordinate representation of color #552410: hue angle of 17.39º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552410 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB853616-
CMYK00.580.810.67
HSL17.39º68.32%19.8%-
HSV(B)17.39º81.18%33.33%-
XYZ4.473.230.88-
YUV48.37109.73154.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=62.04%
G=26.28%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85361600.580.810.6717.3968.3219.8
Hex55241003A5143114414
Octal12544200721211032110424
Binary10101011001001000001110101010001100001110001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552410; }

 p { color: rgb(85,36,16); }

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

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

 a { background-color: rgb(85,36,16); }

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

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

 span { border-color: rgb(85,36,16); }

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