Html Css Color HEX #724018 Peru Tan

📋 copy color: '#724018'

red 114 ◦ green 64 ◦ blue 24

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

Shades of Peru Tan #724018

Tints of Peru Tan #724018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 56.44%
G = 31.68%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#724018 (or 0x724018) is known color: Peru Tan. HEX triplet: 72, 40 and 18. RGB value is (114,64,24). Sum of RGB (Red+Green+Blue) = 114+64+24=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #724018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724018 is #8DBFE7. Grayscale: #4A4A4A. Windows color (decimal): -9289704 or 1589362. OLE color: 1589362.

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

Color convert

RGB 114 64 24 -
CMYK 0 0.44 0.79 0.55
HSL 26.67º 0.65% 0.27% -
HSV(B) 26.67º 0.79% 0.45% -
XYZ 8.94 7.31 1.8 -
YUV 74.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 114 64 24 0 0.44 0.79 0.55 26.67 0.65 0.27
Hex 72 40 18 0 2C 4F 37 1B 41 1B
Octal 162 100 30 0 54 117 67 33 101 33
Binary 1110010 1000000 11000 0 101100 1001111 110111 11011 1000001 11011

Color Harmonies of #724018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724018

Black with #724018

Text Example


Text Example

White with #724018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724018; }

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

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

background-color css

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

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

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

border-color css

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

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

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