Html Css Color HEX #572713 Baker's Chocolate

📋 copy color: '#572713'

red 87 ◦ green 39 ◦ blue 19

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

Shades of Baker's Chocolate #572713

Tints of Baker's Chocolate #572713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.9%

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

R = 60%
G = 26.9%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#572713 (or 0x572713) is known color: Baker's Chocolate. HEX triplet: 57, 27 and 13. RGB value is (87,39,19). Sum of RGB (Red+Green+Blue) = 87+39+19=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #572713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572713 is #A8D8EC. Grayscale: #333333. Windows color (decimal): -11065581 or 1255255. OLE color: 1255255.

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

Color convert

RGB 87 39 19 -
CMYK 0 0.55 0.78 0.66
HSL 17.65º 0.64% 0.21% -
HSV(B) 17.65º 0.78% 0.34% -
XYZ 4.77 3.52 1.04 -
YUV 51.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 87 39 19 0 0.55 0.78 0.66 17.65 0.64 0.21
Hex 57 27 13 0 37 4E 42 12 40 15
Octal 127 47 23 0 67 116 102 22 100 25
Binary 1010111 100111 10011 0 110111 1001110 1000010 10010 1000000 10101

Color Harmonies of #572713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572713

Black with #572713

Text Example


Text Example

White with #572713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572713; }

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

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

background-color css

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

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

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

border-color css

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

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

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