#573012

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

Shades of Baker's Chocolate #573012

Tints of Baker's Chocolate #573012

Color information

#573012 (or 0x573012) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 12. RGB value is (87,48,18). Sum of RGB (Red+Green+Blue) = 87+48+18=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #573012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573012 is #A8CFED. Grayscale: #383838. Windows color (decimal): -11063278 or 1192023. OLE color: 1192023.

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

Color convert

RGB874818-
CMYK00.450.790.66
HSL26.09º65.71%20.59%-
HSV(B)26.09º79.31%34.12%-
XYZ5.14.181.11-
YUV56.24106.42149.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=56.86%
G=31.37%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87481800.450.790.6626.0965.7120.59
Hex57301202D4F421a4215
Octal12760220551171023210225
Binary10101111100001001001011011001111100001011010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573012; }

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

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

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

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

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

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

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

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