#552E0A

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

Shades of Baker's Chocolate #552E0A

Tints of Baker's Chocolate #552E0A

Color information

#552E0A (or 0x552E0A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2E and 0A. RGB value is (85,46,10). Sum of RGB (Red+Green+Blue) = 85+46+10=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #552E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E0A is #AAD1F5. Grayscale: #353535. Windows color (decimal): -11194870 or 667221. OLE color: 667221.

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

Color convert

RGB854610-
CMYK00.460.880.67
HSL28.8º78.95%18.63%-
HSV(B)28.8º88.24%33.33%-
XYZ4.783.910.79-
YUV53.56103.42150.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=60.28%
G=32.62%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85461000.460.880.6728.878.9518.63
Hex552EA02E58431d4f13
Octal12556120561301033511723
Binary1010101101110101001011101011000100001111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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