#573C12

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

Shades of Baker's Chocolate #573C12

Tints of Baker's Chocolate #573C12

Color information

#573C12 (or 0x573C12) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 3C and 12. RGB value is (87,60,18). Sum of RGB (Red+Green+Blue) = 87+60+18=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #573C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C12 is #A8C3ED. Grayscale: #3F3F3F. Windows color (decimal): -11060206 or 1195095. OLE color: 1195095.

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

Color convert

RGB876018-
CMYK00.310.790.66
HSL36.52º65.71%20.59%-
HSV(B)36.52º79.31%34.12%-
XYZ5.665.31.3-
YUV63.28102.45144.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=52.73%
G=36.36%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87601800.310.790.6636.5265.7120.59
Hex573C1201F4F42254215
Octal12774220371171024510225
Binary10101111111001001001111110011111000010100101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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