Html Css Color HEX #723114 Peru Tan

📋 copy color: '#723114'

red 114 ◦ green 49 ◦ blue 20

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

Shades of Peru Tan #723114

Tints of Peru Tan #723114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

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

R = 62.3%
G = 26.78%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#723114 (or 0x723114) is known color: Peru Tan. HEX triplet: 72, 31 and 14. RGB value is (114,49,20). Sum of RGB (Red+Green+Blue) = 114+49+20=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #723114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723114 is #8DCEEB. Grayscale: #414141. Windows color (decimal): -9293548 or 1323378. OLE color: 1323378.

HSL color Cylindrical-coordinate representation of color #723114: hue angle of 18.51º 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 #723114 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 20 -
CMYK 0 0.57 0.82 0.55
HSL 18.51º 0.7% 0.26% -
HSV(B) 18.51º 0.82% 0.45% -
XYZ 8.16 5.82 1.36 -
YUV 65.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 114 49 20 0 0.57 0.82 0.55 18.51 0.7 0.26
Hex 72 31 14 0 39 52 37 13 46 1A
Octal 162 61 24 0 71 122 67 23 106 32
Binary 1110010 110001 10100 0 111001 1010010 110111 10011 1000110 11010

Color Harmonies of #723114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723114

Black with #723114

Text Example


Text Example

White with #723114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723114; }

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

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

background-color css

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

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

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

border-color css

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

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

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