Html Css Color HEX #572914 Baker's Chocolate

📋 copy color: '#572914'

red 87 ◦ green 41 ◦ blue 20

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

Shades of Baker's Chocolate #572914

Tints of Baker's Chocolate #572914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 58.78%
G = 27.7%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#572914 (or 0x572914) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 14. RGB value is (87,41,20). Sum of RGB (Red+Green+Blue) = 87+41+20=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #572914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572914 is #A8D6EB. Grayscale: #343434. Windows color (decimal): -11065068 or 1321303. OLE color: 1321303.

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

Color convert

RGB 87 41 20 -
CMYK 0 0.53 0.77 0.66
HSL 18.81º 0.63% 0.21% -
HSV(B) 18.81º 0.77% 0.34% -
XYZ 4.85 3.66 1.11 -
YUV 52.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 87 41 20 0 0.53 0.77 0.66 18.81 0.63 0.21
Hex 57 29 14 0 35 4D 42 13 3F 15
Octal 127 51 24 0 65 115 102 23 77 25
Binary 1010111 101001 10100 0 110101 1001101 1000010 10011 111111 10101

Color Harmonies of #572914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572914

Black with #572914

Text Example


Text Example

White with #572914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572914; }

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

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

background-color css

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

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

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

border-color css

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

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

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