#573A12

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

Shades of Baker's Chocolate #573A12

Tints of Baker's Chocolate #573A12

Color information

#573A12 (or 0x573A12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3A and 12. RGB value is (87,58,18). Sum of RGB (Red+Green+Blue) = 87+58+18=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #573A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A12 is #A8C5ED. Grayscale: #3E3E3E. Windows color (decimal): -11060718 or 1194583. OLE color: 1194583.

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

Color convert

RGB875818-
CMYK00.330.790.66
HSL34.78º65.71%20.59%-
HSV(B)34.78º79.31%34.12%-
XYZ5.555.11.26-
YUV62.11103.11145.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=53.37%
G=35.58%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87581800.330.790.6634.7865.7120.59
Hex573A120214F42234215
Octal12772220411171024310225
Binary101011111101010010010000110011111000010100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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