#573C0B

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

Shades of Baker's Chocolate #573C0B

Tints of Baker's Chocolate #573C0B

Color information

#573C0B (or 0x573C0B) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3C and 0B. RGB value is (87,60,11). Sum of RGB (Red+Green+Blue) = 87+60+11=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C0B is #A8C3F4. Grayscale: #3E3E3E. Windows color (decimal): -11060213 or 736343. OLE color: 736343.

HSL color Cylindrical-coordinate representation of color #573C0B: hue angle of 38.68º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #573C0B is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB876011-
CMYK00.310.870.66
HSL38.68º77.55%19.22%-
HSV(B)38.68º87.36%34.12%-
XYZ5.615.281.04-
YUV62.4998.95145.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=55.06%
G=37.97%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87601100.310.870.6638.6877.5519.22
Hex573CB01F5742274e13
Octal12774130371271024711623
Binary1010111111100101101111110101111000010100111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573C0B; }

 p { color: rgb(87,60,11); }

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

<style>
 a { background-color: #573C0B; }

 a { background-color: rgb(87,60,11); }

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

<style>
 span { border-color: #573C0B; }

 span { border-color: rgb(87,60,11); }

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