Html Css Color HEX #573214 Baker's Chocolate

📋 copy color: '#573214'

red 87 ◦ green 50 ◦ blue 20

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

Shades of Baker's Chocolate #573214

Tints of Baker's Chocolate #573214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

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

R = 55.41%
G = 31.85%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573214 (or 0x573214) is known color: Baker's Chocolate. HEX triplet: 57, 32 and 14. RGB value is (87,50,20). Sum of RGB (Red+Green+Blue) = 87+50+20=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #573214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573214 is #A8CDEB. Grayscale: #393939. Windows color (decimal): -11062764 or 1323607. OLE color: 1323607.

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

Color convert

RGB 87 50 20 -
CMYK 0 0.43 0.77 0.66
HSL 26.87º 0.63% 0.21% -
HSV(B) 26.87º 0.77% 0.34% -
XYZ 5.2 4.36 1.23 -
YUV 57.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 87 50 20 0 0.43 0.77 0.66 26.87 0.63 0.21
Hex 57 32 14 0 2B 4D 42 1B 3F 15
Octal 127 62 24 0 53 115 102 33 77 25
Binary 1010111 110010 10100 0 101011 1001101 1000010 11011 111111 10101

Color Harmonies of #573214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573214

Black with #573214

Text Example


Text Example

White with #573214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573214; }

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

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

background-color css

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

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

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

border-color css

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

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

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