Html Css Color HEX #724320 Peru Tan

📋 copy color: '#724320'

red 114 ◦ green 67 ◦ blue 32

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

Shades of Peru Tan #724320

Tints of Peru Tan #724320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 32 (12.89% from 255) = 15.02%

R = 53.52%
G = 31.46%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#724320 (or 0x724320) is known color: Peru Tan. HEX triplet: 72, 43 and 20. RGB value is (114,67,32). Sum of RGB (Red+Green+Blue) = 114+67+32=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #724320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724320 is #8DBCDF. Grayscale: #4D4D4D. Windows color (decimal): -9288928 or 2114418. OLE color: 2114418.

HSL color Cylindrical-coordinate representation of color #724320: hue angle of 25.61º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #724320 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 67 32 -
CMYK 0 0.41 0.72 0.55
HSL 25.61º 0.56% 0.29% -
HSV(B) 25.61º 0.72% 0.45% -
XYZ 9.21 7.7 2.37 -
YUV 77.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 114 67 32 0 0.41 0.72 0.55 25.61 0.56 0.29
Hex 72 43 20 0 29 48 37 1A 38 1D
Octal 162 103 40 0 51 110 67 32 70 35
Binary 1110010 1000011 100000 0 101001 1001000 110111 11010 111000 11101

Color Harmonies of #724320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724320

Black with #724320

Text Example


Text Example

White with #724320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724320; }

 p { color: rgb(114,67,32); }

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

background-color css

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

 a { background-color: rgb(114,67,32); }

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

border-color css

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

 span { border-color: rgb(114,67,32); }

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