Html Css Color HEX #723214 Peru Tan

📋 copy color: '#723214'

red 114 ◦ green 50 ◦ blue 20

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

Shades of Peru Tan #723214

Tints of Peru Tan #723214

RGB

 RED value IS 114 (44.92% from 255) = 61.96%

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

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

R = 61.96%
G = 27.17%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#723214 (or 0x723214) is known color: Peru Tan. HEX triplet: 72, 32 and 14. RGB value is (114,50,20). Sum of RGB (Red+Green+Blue) = 114+50+20=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #723214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723214 is #8DCDEB. Grayscale: #414141. Windows color (decimal): -9293292 or 1323634. OLE color: 1323634.

HSL color Cylindrical-coordinate representation of color #723214: hue angle of 19.15º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #723214 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 20 -
CMYK 0 0.56 0.82 0.55
HSL 19.15º 0.7% 0.26% -
HSV(B) 19.15º 0.82% 0.45% -
XYZ 8.21 5.91 1.37 -
YUV 65.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 114 50 20 0 0.56 0.82 0.55 19.15 0.7 0.26
Hex 72 32 14 0 38 52 37 13 46 1A
Octal 162 62 24 0 70 122 67 23 106 32
Binary 1110010 110010 10100 0 111000 1010010 110111 10011 1000110 11010

Color Harmonies of #723214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723214

Black with #723214

Text Example


Text Example

White with #723214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723214; }

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

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

background-color css

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

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

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

border-color css

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

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

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