#572D01

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

Shades of Baker's Chocolate #572D01

Tints of Baker's Chocolate #572D01

Color information

#572D01 (or 0x572D01) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2D and 01. RGB value is (87,45,1). Sum of RGB (Red+Green+Blue) = 87+45+1=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #572D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D01 is #A8D2FE. Grayscale: #343434. Windows color (decimal): -11064063 or 77143. OLE color: 77143.

HSL color Cylindrical-coordinate representation of color #572D01: hue angle of 30.7º 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 #572D01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB87451-
CMYK00.480.990.66
HSL30.7º97.73%17.25%-
HSV(B)30.7º98.85%34.12%-
XYZ4.873.910.53-
YUV52.5498.91152.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=65.41%
G=33.83%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8745100.480.990.6630.797.7317.25
Hex572D103063421f6211
Octal1275510601431023714221
Binary1010111101101101100001100011100001011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572D01; }

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

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

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

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

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

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

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

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