Html Css Color HEX #572913 Baker's Chocolate

📋 copy color: '#572913'

red 87 ◦ green 41 ◦ blue 19

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

Shades of Baker's Chocolate #572913

Tints of Baker's Chocolate #572913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 59.18%
G = 27.89%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#572913 (or 0x572913) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 13. RGB value is (87,41,19). Sum of RGB (Red+Green+Blue) = 87+41+19=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #572913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572913 is #A8D6EC. Grayscale: #343434. Windows color (decimal): -11065069 or 1255767. OLE color: 1255767.

HSL color Cylindrical-coordinate representation of color #572913: hue angle of 19.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572913 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 19 -
CMYK 0 0.53 0.78 0.66
HSL 19.41º 0.64% 0.21% -
HSV(B) 19.41º 0.78% 0.34% -
XYZ 4.84 3.66 1.07 -
YUV 52.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 87 41 19 0 0.53 0.78 0.66 19.41 0.64 0.21
Hex 57 29 13 0 35 4E 42 13 40 15
Octal 127 51 23 0 65 116 102 23 100 25
Binary 1010111 101001 10011 0 110101 1001110 1000010 10011 1000000 10101

Color Harmonies of #572913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572913

Black with #572913

Text Example


Text Example

White with #572913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572913; }

 p { color: rgb(87,41,19); }

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

background-color css

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

 a { background-color: rgb(87,41,19); }

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

border-color css

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

 span { border-color: rgb(87,41,19); }

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