Html Css Color HEX #724223 Peru Tan

📋 copy color: '#724223'

red 114 ◦ green 66 ◦ blue 35

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

Shades of Peru Tan #724223

Tints of Peru Tan #724223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 53.02%
G = 30.7%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#724223 (or 0x724223) is known color: Peru Tan. HEX triplet: 72, 42 and 23. RGB value is (114,66,35). Sum of RGB (Red+Green+Blue) = 114+66+35=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #724223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724223 is #8DBDDC. Grayscale: #4C4C4C. Windows color (decimal): -9289181 or 2310770. OLE color: 2310770.

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

Color convert

RGB 114 66 35 -
CMYK 0 0.42 0.69 0.55
HSL 23.54º 0.53% 0.29% -
HSV(B) 23.54º 0.69% 0.45% -
XYZ 9.19 7.6 2.57 -
YUV 76.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 114 66 35 0 0.42 0.69 0.55 23.54 0.53 0.29
Hex 72 42 23 0 2A 45 37 18 35 1D
Octal 162 102 43 0 52 105 67 30 65 35
Binary 1110010 1000010 100011 0 101010 1000101 110111 11000 110101 11101

Color Harmonies of #724223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724223

Black with #724223

Text Example


Text Example

White with #724223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724223; }

 p { color: rgb(114,66,35); }

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

background-color css

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

 a { background-color: rgb(114,66,35); }

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

border-color css

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

 span { border-color: rgb(114,66,35); }

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