Html Css Color HEX #573514 Baker's Chocolate

📋 copy color: '#573514'

red 87 ◦ green 53 ◦ blue 20

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

Shades of Baker's Chocolate #573514

Tints of Baker's Chocolate #573514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

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

R = 54.38%
G = 33.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573514 (or 0x573514) is known color: Baker's Chocolate. HEX triplet: 57, 35 and 14. RGB value is (87,53,20). Sum of RGB (Red+Green+Blue) = 87+53+20=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #573514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573514 is #A8CAEB. Grayscale: #3B3B3B. Windows color (decimal): -11061996 or 1324375. OLE color: 1324375.

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

Color convert

RGB 87 53 20 -
CMYK 0 0.39 0.77 0.66
HSL 29.55º 0.63% 0.21% -
HSV(B) 29.55º 0.77% 0.34% -
XYZ 5.33 4.62 1.27 -
YUV 59.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 87 53 20 0 0.39 0.77 0.66 29.55 0.63 0.21
Hex 57 35 14 0 27 4D 42 1E 3F 15
Octal 127 65 24 0 47 115 102 36 77 25
Binary 1010111 110101 10100 0 100111 1001101 1000010 11110 111111 10101

Color Harmonies of #573514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573514

Black with #573514

Text Example


Text Example

White with #573514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573514; }

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

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

background-color css

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

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

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

border-color css

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

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

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