#573B12

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

Shades of Baker's Chocolate #573B12

Tints of Baker's Chocolate #573B12

Color information

#573B12 (or 0x573B12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3B and 12. RGB value is (87,59,18). Sum of RGB (Red+Green+Blue) = 87+59+18=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #573B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573B12 is #A8C4ED. Grayscale: #3E3E3E. Windows color (decimal): -11060462 or 1194839. OLE color: 1194839.

HSL color Cylindrical-coordinate representation of color #573B12: hue angle of 35.65º 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 #573B12 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB875918-
CMYK00.320.790.66
HSL35.65º65.71%20.59%-
HSV(B)35.65º79.31%34.12%-
XYZ5.65.21.28-
YUV62.7102.78145.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=53.05%
G=35.98%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87591800.320.790.6635.6565.7120.59
Hex573B120204F42244215
Octal12773220401171024410225
Binary101011111101110010010000010011111000010100100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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