Html Css Color HEX #573414 Baker's Chocolate

📋 copy color: '#573414'

red 87 ◦ green 52 ◦ blue 20

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

Shades of Baker's Chocolate #573414

Tints of Baker's Chocolate #573414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 54.72%
G = 32.7%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573414 (or 0x573414) is known color: Baker's Chocolate. HEX triplet: 57, 34 and 14. RGB value is (87,52,20). Sum of RGB (Red+Green+Blue) = 87+52+20=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573414 is #A8CBEB. Grayscale: #3A3A3A. Windows color (decimal): -11062252 or 1324119. OLE color: 1324119.

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

Color convert

RGB 87 52 20 -
CMYK 0 0.40 0.77 0.66
HSL 28.66º 0.63% 0.21% -
HSV(B) 28.66º 0.77% 0.34% -
XYZ 5.28 4.53 1.26 -
YUV 58.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 87 52 20 0 0.40 0.77 0.66 28.66 0.63 0.21
Hex 57 34 14 0 28 4D 42 1D 3F 15
Octal 127 64 24 0 50 115 102 35 77 25
Binary 1010111 110100 10100 0 101000 1001101 1000010 11101 111111 10101

Color Harmonies of #573414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573414

Black with #573414

Text Example


Text Example

White with #573414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573414; }

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

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

background-color css

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

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

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

border-color css

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

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

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