Html Css Color HEX #724019 Peru Tan

📋 copy color: '#724019'

red 114 ◦ green 64 ◦ blue 25

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

Shades of Peru Tan #724019

Tints of Peru Tan #724019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.32%

R = 56.16%
G = 31.53%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#724019 (or 0x724019) is known color: Peru Tan. HEX triplet: 72, 40 and 19. RGB value is (114,64,25). Sum of RGB (Red+Green+Blue) = 114+64+25=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #724019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724019 is #8DBFE6. Grayscale: #4A4A4A. Windows color (decimal): -9289703 or 1654898. OLE color: 1654898.

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

Color convert

RGB 114 64 25 -
CMYK 0 0.44 0.78 0.55
HSL 26.29º 0.64% 0.27% -
HSV(B) 26.29º 0.78% 0.45% -
XYZ 8.95 7.31 1.86 -
YUV 74.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 114 64 25 0 0.44 0.78 0.55 26.29 0.64 0.27
Hex 72 40 19 0 2C 4E 37 1A 40 1B
Octal 162 100 31 0 54 116 67 32 100 33
Binary 1110010 1000000 11001 0 101100 1001110 110111 11010 1000000 11011

Color Harmonies of #724019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724019

Black with #724019

Text Example


Text Example

White with #724019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724019; }

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

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

background-color css

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

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

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

border-color css

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

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

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