#573010

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

Shades of Baker's Chocolate #573010

Tints of Baker's Chocolate #573010

Color information

#573010 (or 0x573010) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 10. RGB value is (87,48,16). Sum of RGB (Red+Green+Blue) = 87+48+16=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #573010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573010 is #A8CFEF. Grayscale: #383838. Windows color (decimal): -11063280 or 1060951. OLE color: 1060951.

HSL color Cylindrical-coordinate representation of color #573010: hue angle of 27.04º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #573010 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB874816-
CMYK00.450.820.66
HSL27.04º68.93%20.2%-
HSV(B)27.04º81.61%34.12%-
XYZ5.084.181.03-
YUV56.01105.42150.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=57.62%
G=31.79%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87481600.450.820.6627.0468.9320.2
Hex57301002D52421b4514
Octal12760200551221023310524
Binary10101111100001000001011011010010100001011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573010; }

 p { color: rgb(87,48,16); }

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

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

 a { background-color: rgb(87,48,16); }

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

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

 span { border-color: rgb(87,48,16); }

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