#572601

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

Shades of Baker's Chocolate #572601

Tints of Baker's Chocolate #572601

Color information

#572601 (or 0x572601) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 26 and 01. RGB value is (87,38,1). Sum of RGB (Red+Green+Blue) = 87+38+1=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #572601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572601 is #A8D9FE. Grayscale: #303030. Windows color (decimal): -11065855 or 75351. OLE color: 75351.

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

Color convert

RGB87381-
CMYK00.560.990.66
HSL25.81º97.73%17.25%-
HSV(B)25.81º98.85%34.12%-
XYZ4.633.410.44-
YUV48.43101.23155.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=69.05%
G=30.16%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8738100.560.990.6625.8197.7317.25
Hex5726103863421a6211
Octal1274610701431023214221
Binary1010111100110101110001100011100001011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572601; }

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

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

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

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

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

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

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

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