Html Css Color HEX #724022 Peru Tan

📋 copy color: '#724022'

red 114 ◦ green 64 ◦ blue 34

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

Shades of Peru Tan #724022

Tints of Peru Tan #724022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 53.77%
G = 30.19%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#724022 (or 0x724022) is known color: Peru Tan. HEX triplet: 72, 40 and 22. RGB value is (114,64,34). Sum of RGB (Red+Green+Blue) = 114+64+34=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #724022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724022 is #8DBFDD. Grayscale: #4B4B4B. Windows color (decimal): -9289694 or 2244722. OLE color: 2244722.

HSL color Cylindrical-coordinate representation of color #724022: hue angle of 22.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724022 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 34 -
CMYK 0 0.44 0.70 0.55
HSL 22.5º 0.54% 0.29% -
HSV(B) 22.5º 0.7% 0.45% -
XYZ 9.06 7.36 2.46 -
YUV 75.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 114 64 34 0 0.44 0.70 0.55 22.5 0.54 0.29
Hex 72 40 22 0 2C 46 37 16 36 1D
Octal 162 100 42 0 54 106 67 26 66 35
Binary 1110010 1000000 100010 0 101100 1000110 110111 10110 110110 11101

Color Harmonies of #724022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724022

Black with #724022

Text Example


Text Example

White with #724022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724022; }

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

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

background-color css

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

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

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

border-color css

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

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

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