Html Css Color HEX #572001 Baker's Chocolate

📋 copy color: '#572001'

red 87 ◦ green 32 ◦ blue 1

#572001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #572001

Tints of Baker's Chocolate #572001

RGB

 RED value IS 87 (34.38% from 255) = 72.5%

 GREEN value IS 32 (12.89% from 255) = 26.67%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 72.5%
G = 26.67%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#572001 (or 0x572001) is known color: Baker's Chocolate. HEX triplet: 57, 20 and 01. RGB value is (87,32,1). Sum of RGB (Red+Green+Blue) = 87+32+1=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #572001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572001 is #A8DFFE. Grayscale: #2D2D2D. Windows color (decimal): -11067391 or 73815. OLE color: 73815.

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

Color convert

RGB 87 32 1 -
CMYK 0 0.63 0.99 0.66
HSL 21.63º 0.98% 0.17% -
HSV(B) 21.63º 0.99% 0.34% -
XYZ 4.45 3.06 0.38 -
YUV 44.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 87 32 1 0 0.63 0.99 0.66 21.63 0.98 0.17
Hex 57 20 1 0 3F 63 42 16 62 11
Octal 127 40 1 0 77 143 102 26 142 21
Binary 1010111 100000 1 0 111111 1100011 1000010 10110 1100010 10001

Color Harmonies of #572001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572001

Black with #572001

Text Example


Text Example

White with #572001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572001; }

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

 H1.HeaderClassName
 {
   color: #572001;
 }
 .AnyTagClassName
 {
   color: #572001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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