Html Css Color HEX #572915 Baker's Chocolate

📋 copy color: '#572915'

red 87 ◦ green 41 ◦ blue 21

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

Shades of Baker's Chocolate #572915

Tints of Baker's Chocolate #572915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 58.39%
G = 27.52%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#572915 (or 0x572915) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 15. RGB value is (87,41,21). Sum of RGB (Red+Green+Blue) = 87+41+21=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #572915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572915 is #A8D6EA. Grayscale: #343434. Windows color (decimal): -11065067 or 1386839. OLE color: 1386839.

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

Color convert

RGB 87 41 21 -
CMYK 0 0.53 0.76 0.66
HSL 18.18º 0.61% 0.21% -
HSV(B) 18.18º 0.76% 0.34% -
XYZ 4.86 3.67 1.16 -
YUV 52.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 87 41 21 0 0.53 0.76 0.66 18.18 0.61 0.21
Hex 57 29 15 0 35 4C 42 12 3D 15
Octal 127 51 25 0 65 114 102 22 75 25
Binary 1010111 101001 10101 0 110101 1001100 1000010 10010 111101 10101

Color Harmonies of #572915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572915

Black with #572915

Text Example


Text Example

White with #572915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572915; }

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

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

background-color css

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

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

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

border-color css

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

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

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