Html Css Color HEX #724017 Peru Tan

📋 copy color: '#724017'

red 114 ◦ green 64 ◦ blue 23

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

Shades of Peru Tan #724017

Tints of Peru Tan #724017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 23 (9.38% from 255) = 11.44%

R = 56.72%
G = 31.84%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#724017 (or 0x724017) is known color: Peru Tan. HEX triplet: 72, 40 and 17. RGB value is (114,64,23). Sum of RGB (Red+Green+Blue) = 114+64+23=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #724017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724017 is #8DBFE8. Grayscale: #4A4A4A. Windows color (decimal): -9289705 or 1523826. OLE color: 1523826.

HSL color Cylindrical-coordinate representation of color #724017: hue angle of 27.03º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #724017 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 23 -
CMYK 0 0.44 0.80 0.55
HSL 27.03º 0.66% 0.27% -
HSV(B) 27.03º 0.8% 0.45% -
XYZ 8.93 7.31 1.75 -
YUV 74.28 99.07 156.33 -
System Red Green Blue C M Y K H S L
Decimal 114 64 23 0 0.44 0.80 0.55 27.03 0.66 0.27
Hex 72 40 17 0 2C 50 37 1B 42 1B
Octal 162 100 27 0 54 120 67 33 102 33
Binary 1110010 1000000 10111 0 101100 1010000 110111 11011 1000010 11011

Color Harmonies of #724017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724017

Black with #724017

Text Example


Text Example

White with #724017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724017; }

 p { color: rgb(114,64,23); }

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

background-color css

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

 a { background-color: rgb(114,64,23); }

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

border-color css

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

 span { border-color: rgb(114,64,23); }

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