#573412

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

Shades of Baker's Chocolate #573412

Tints of Baker's Chocolate #573412

Color information

#573412 (or 0x573412) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 34 and 12. RGB value is (87,52,18). Sum of RGB (Red+Green+Blue) = 87+52+18=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #573412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573412 is #A8CBED. Grayscale: #3A3A3A. Windows color (decimal): -11062254 or 1193047. OLE color: 1193047.

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

Color convert

RGB875218-
CMYK00.400.790.66
HSL29.57º65.71%20.59%-
HSV(B)29.57º79.31%34.12%-
XYZ5.274.531.17-
YUV58.59105.1148.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=55.41%
G=33.12%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87521800.400.790.6629.5765.7120.59
Hex5734120284F421e4215
Octal12764220501171023610225
Binary10101111101001001001010001001111100001011110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573412; }

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

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

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

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

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

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

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

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