#572901

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

Shades of Baker's Chocolate #572901

Tints of Baker's Chocolate #572901

Color information

#572901 (or 0x572901) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 29 and 01. RGB value is (87,41,1). Sum of RGB (Red+Green+Blue) = 87+41+1=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #572901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572901 is #A8D6FE. Grayscale: #323232. Windows color (decimal): -11065087 or 76119. OLE color: 76119.

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

Color convert

RGB87411-
CMYK00.530.990.66
HSL27.91º97.73%17.25%-
HSV(B)27.91º98.85%34.12%-
XYZ4.733.610.48-
YUV50.19100.24154.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=67.44%
G=31.78%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8741100.530.990.6627.9197.7317.25
Hex5729103563421c6211
Octal1275110651431023414221
Binary1010111101001101101011100011100001011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572901; }

 p { color: rgb(87,41,1); }

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

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

 a { background-color: rgb(87,41,1); }

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

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

 span { border-color: rgb(87,41,1); }

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