#552F14

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

Shades of Baker's Chocolate #552F14

Tints of Baker's Chocolate #552F14

Color information

#552F14 (or 0x552F14) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2F and 14. RGB value is (85,47,20). Sum of RGB (Red+Green+Blue) = 85+47+20=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #552F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F14 is #AAD0EB. Grayscale: #373737. Windows color (decimal): -11194604 or 1322837. OLE color: 1322837.

HSL color Cylindrical-coordinate representation of color #552F14: hue angle of 24.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #552F14 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB854720-
CMYK00.450.760.67
HSL24.92º61.9%20.59%-
HSV(B)24.92º76.47%33.33%-
XYZ4.894.011.18-
YUV55.28108.09149.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=55.92%
G=30.92%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85472000.450.760.6724.9261.920.59
Hex552F1402D4C43193e15
Octal1255724055114103317625
Binary1010101101111101000101101100110010000111100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,47,20); }

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

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

 a { background-color: rgb(85,47,20); }

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

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

 span { border-color: rgb(85,47,20); }

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