Html Css Color HEX #723213 Peru Tan

📋 copy color: '#723213'

red 114 ◦ green 50 ◦ blue 19

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

Shades of Peru Tan #723213

Tints of Peru Tan #723213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 62.3%
G = 27.32%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#723213 (or 0x723213) is known color: Peru Tan. HEX triplet: 72, 32 and 13. RGB value is (114,50,19). Sum of RGB (Red+Green+Blue) = 114+50+19=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #723213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723213 is #8DCDEC. Grayscale: #414141. Windows color (decimal): -9293293 or 1258098. OLE color: 1258098.

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

Color convert

RGB 114 50 19 -
CMYK 0 0.56 0.83 0.55
HSL 19.58º 0.71% 0.26% -
HSV(B) 19.58º 0.83% 0.45% -
XYZ 8.2 5.91 1.32 -
YUV 65.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 114 50 19 0 0.56 0.83 0.55 19.58 0.71 0.26
Hex 72 32 13 0 38 53 37 14 47 1A
Octal 162 62 23 0 70 123 67 24 107 32
Binary 1110010 110010 10011 0 111000 1010011 110111 10100 1000111 11010

Color Harmonies of #723213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723213

Black with #723213

Text Example


Text Example

White with #723213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723213; }

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

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

background-color css

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

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

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

border-color css

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

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

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