#573A0E

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

Shades of Baker's Chocolate #573A0E

Tints of Baker's Chocolate #573A0E

Color information

#573A0E (or 0x573A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3A and 0E. RGB value is (87,58,14). Sum of RGB (Red+Green+Blue) = 87+58+14=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A0E is #A8C5F1. Grayscale: #3D3D3D. Windows color (decimal): -11060722 or 932439. OLE color: 932439.

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

Color convert

RGB875814-
CMYK00.330.840.66
HSL36.16º72.28%19.8%-
HSV(B)36.16º83.91%34.12%-
XYZ5.525.081.11-
YUV61.66101.11146.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=54.72%
G=36.48%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87581400.330.840.6636.1672.2819.8
Hex573AE0215442244814
Octal12772160411241024411024
Binary10101111110101110010000110101001000010100100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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