#552E0F

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

Shades of Baker's Chocolate #552E0F

Tints of Baker's Chocolate #552E0F

Color information

#552E0F (or 0x552E0F) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2E and 0F. RGB value is (85,46,15). Sum of RGB (Red+Green+Blue) = 85+46+15=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #552E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E0F is #AAD1F0. Grayscale: #363636. Windows color (decimal): -11194865 or 994901. OLE color: 994901.

HSL color Cylindrical-coordinate representation of color #552E0F: hue angle of 26.57º 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 #552E0F is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB854615-
CMYK00.460.820.67
HSL26.57º70%19.61%-
HSV(B)26.57º82.35%33.33%-
XYZ4.813.920.96-
YUV54.13105.92150.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=58.22%
G=31.51%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85461500.460.820.6726.577019.61
Hex552EF02E52431b4614
Octal12556170561221033310624
Binary1010101101110111101011101010010100001111011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552E0F; }

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

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

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

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

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

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

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

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