#573415

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

Shades of Baker's Chocolate #573415

Tints of Baker's Chocolate #573415

Color information

#573415 (or 0x573415) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 34 and 15. RGB value is (87,52,21). Sum of RGB (Red+Green+Blue) = 87+52+21=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #573415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573415 is #A8CBEA. Grayscale: #3B3B3B. Windows color (decimal): -11062251 or 1389655. OLE color: 1389655.

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

Color convert

RGB875221-
CMYK00.400.760.66
HSL28.18º61.11%21.18%-
HSV(B)28.18º75.86%34.12%-
XYZ5.294.541.31-
YUV58.93106.6148.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=54.38%
G=32.5%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87522100.400.760.6628.1861.1121.18
Hex5734150284C421c3d15
Octal1276425050114102347525
Binary1010111110100101010101000100110010000101110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573415; }

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

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

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

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

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

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

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

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