#572503

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

Shades of Baker's Chocolate #572503

Tints of Baker's Chocolate #572503

Color information

#572503 (or 0x572503) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 25 and 03. RGB value is (87,37,3). Sum of RGB (Red+Green+Blue) = 87+37+3=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #572503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572503 is #A8DAFC. Grayscale: #303030. Windows color (decimal): -11066109 or 206167. OLE color: 206167.

HSL color Cylindrical-coordinate representation of color #572503: hue angle of 24.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #572503 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB87373-
CMYK00.570.970.66
HSL24.29º93.33%17.65%-
HSV(B)24.29º96.55%34.12%-
XYZ4.613.360.49-
YUV48.07102.56155.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=68.50%
G=29.13%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8737300.570.970.6624.2993.3317.65
Hex572530396142185d12
Octal1274530711411023013522
Binary10101111001011101110011100001100001011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572503; }

 p { color: rgb(87,37,3); }

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

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

 a { background-color: rgb(87,37,3); }

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

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

 span { border-color: rgb(87,37,3); }

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