#552D0A

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

Shades of Baker's Chocolate #552D0A

Tints of Baker's Chocolate #552D0A

Color information

#552D0A (or 0x552D0A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 2D and 0A. RGB value is (85,45,10). Sum of RGB (Red+Green+Blue) = 85+45+10=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552D0A is #AAD2F5. Grayscale: #353535. Windows color (decimal): -11195126 or 666965. OLE color: 666965.

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

Color convert

RGB854510-
CMYK00.470.880.67
HSL28º78.95%18.63%-
HSV(B)28º88.24%33.33%-
XYZ4.743.830.78-
YUV52.97103.75150.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 45 (17.97% from 255) = 32.14%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=60.71%
G=32.14%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85451000.470.880.672878.9518.63
Hex552DA02F58431c4f13
Octal12555120571301033411723
Binary1010101101101101001011111011000100001111100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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