#573A0D

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

Shades of Baker's Chocolate #573A0D

Tints of Baker's Chocolate #573A0D

Color information

#573A0D (or 0x573A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3A and 0D. RGB value is (87,58,13). Sum of RGB (Red+Green+Blue) = 87+58+13=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A0D is #A8C5F2. Grayscale: #3D3D3D. Windows color (decimal): -11060723 or 866903. OLE color: 866903.

HSL color Cylindrical-coordinate representation of color #573A0D: hue angle of 36.49º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #573A0D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB875813-
CMYK00.330.850.66
HSL36.49º74%19.61%-
HSV(B)36.49º85.06%34.12%-
XYZ5.525.081.07-
YUV61.54100.61146.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=55.06%
G=36.71%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87581300.330.850.6636.497419.61
Hex573AD0215542244a14
Octal12772150411251024411224
Binary10101111110101101010000110101011000010100100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,58,13); }

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

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

 a { background-color: rgb(87,58,13); }

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

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

 span { border-color: rgb(87,58,13); }

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