Html Css Color HEX #724021 Peru Tan

📋 copy color: '#724021'

red 114 ◦ green 64 ◦ blue 33

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

Shades of Peru Tan #724021

Tints of Peru Tan #724021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 54.03%
G = 30.33%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#724021 (or 0x724021) is known color: Peru Tan. HEX triplet: 72, 40 and 21. RGB value is (114,64,33). Sum of RGB (Red+Green+Blue) = 114+64+33=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #724021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724021 is #8DBFDE. Grayscale: #4B4B4B. Windows color (decimal): -9289695 or 2179186. OLE color: 2179186.

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

Color convert

RGB 114 64 33 -
CMYK 0 0.44 0.71 0.55
HSL 22.96º 0.55% 0.29% -
HSV(B) 22.96º 0.71% 0.45% -
XYZ 9.05 7.35 2.38 -
YUV 75.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 114 64 33 0 0.44 0.71 0.55 22.96 0.55 0.29
Hex 72 40 21 0 2C 47 37 17 37 1D
Octal 162 100 41 0 54 107 67 27 67 35
Binary 1110010 1000000 100001 0 101100 1000111 110111 10111 110111 11101

Color Harmonies of #724021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724021

Black with #724021

Text Example


Text Example

White with #724021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724021; }

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

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

background-color css

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

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

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

border-color css

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

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

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