Html Css Color HEX #571900 Baker's Chocolate

📋 copy color: '#571900'

red 87 ◦ green 25 ◦ blue 0

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

Shades of Baker's Chocolate #571900

Tints of Baker's Chocolate #571900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.68%
G = 22.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#571900 (or 0x571900) is known color: Baker's Chocolate. HEX triplet: 57, 19 and 00. RGB value is (87,25,0). Sum of RGB (Red+Green+Blue) = 87+25+0=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #571900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571900 is #A8E6FF. Grayscale: #282828. Windows color (decimal): -11069184 or 6487. OLE color: 6487.

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

Color convert

RGB 87 25 0 -
CMYK 0 0.71 1 0.66
HSL 17.24º 1% 0.17% -
HSV(B) 17.24º 1% 0.34% -
XYZ 4.28 2.72 0.3 -
YUV 40.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 87 25 0 0 0.71 1 0.66 17.24 1 0.17
Hex 57 19 0 0 47 64 42 11 64 11
Octal 127 31 0 0 107 144 102 21 144 21
Binary 1010111 11001 0 0 1000111 1100100 1000010 10001 1100100 10001

Color Harmonies of #571900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571900

Black with #571900

Text Example


Text Example

White with #571900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571900; }

 p { color: rgb(87,25,0); }

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

background-color css

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

 a { background-color: rgb(87,25,0); }

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

border-color css

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

 span { border-color: rgb(87,25,0); }

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