#552d0c

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

Shades of Baker's Chocolate #552D0C

Tints of Baker's Chocolate #552D0C

Color information

#552D0C (or 0x552D0C) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2D and 0C. RGB value is (85,45,12). Sum of RGB (Red+Green+Blue) = 85+45+12=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D0C is #AAD2F3. Grayscale: #353535. Windows color (decimal): -11195124 or 798037. OLE color: 798037.

HSL color Cylindrical-coordinate representation of color #552D0C: hue angle of 27.12º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #552D0C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB854512-
CMYK00.470.860.67
HSL27.12º75.26%19.02%-
HSV(B)27.12º85.88%33.33%-
XYZ4.753.830.84-
YUV53.2104.75150.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=59.86%
G=31.69%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85451200.470.860.6727.1275.2619.02
Hex552DC02F56431b4b13
Octal12555140571261033311323
Binary1010101101101110001011111010110100001111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552d0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,45,12); }

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

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

 a { background-color: rgb(85,45,12); }

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

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

 span { border-color: rgb(85,45,12); }

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