#573000

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

Shades of Baker's Chocolate #573000

Tints of Baker's Chocolate #573000

Color information

#573000 (or 0x573000) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 00. RGB value is (87,48,0). Sum of RGB (Red+Green+Blue) = 87+48+0=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #573000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573000 is #A8CFFF. Grayscale: #363636. Windows color (decimal): -11063296 or 12375. OLE color: 12375.

HSL color Cylindrical-coordinate representation of color #573000: hue angle of 33.1º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #573000 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB87480-
CMYK00.4510.66
HSL33.1º100%17.06%-
HSV(B)33.1º100%34.12%-
XYZ4.994.140.54-
YUV54.1997.42151.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.44%
G=35.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8748000.4510.6633.110017.06
Hex5730002D6442216411
Octal1276000551441024114421
Binary10101111100000010110111001001000010100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573000; }

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

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

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

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

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

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

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

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