Html Css Color HEX #734220 Peru Tan

📋 copy color: '#734220'

red 115 ◦ green 66 ◦ blue 32

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

Shades of Peru Tan #734220

Tints of Peru Tan #734220

RGB

 RED value IS 115 (45.31% from 255) = 53.99%

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

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

R = 53.99%
G = 30.99%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#734220 (or 0x734220) is known color: Peru Tan. HEX triplet: 73, 42 and 20. RGB value is (115,66,32). Sum of RGB (Red+Green+Blue) = 115+66+32=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #734220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734220 is #8CBDDF. Grayscale: #4C4C4C. Windows color (decimal): -9223648 or 2114163. OLE color: 2114163.

HSL color Cylindrical-coordinate representation of color #734220: hue angle of 24.58º 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 #734220 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 32 -
CMYK 0 0.43 0.72 0.55
HSL 24.58º 0.56% 0.29% -
HSV(B) 24.58º 0.72% 0.45% -
XYZ 9.28 7.65 2.35 -
YUV 76.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 115 66 32 0 0.43 0.72 0.55 24.58 0.56 0.29
Hex 73 42 20 0 2B 48 37 19 38 1D
Octal 163 102 40 0 53 110 67 31 70 35
Binary 1110011 1000010 100000 0 101011 1001000 110111 11001 111000 11101

Color Harmonies of #734220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734220

Black with #734220

Text Example


Text Example

White with #734220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734220; }

 p { color: rgb(115,66,32); }

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

background-color css

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

 a { background-color: rgb(115,66,32); }

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

border-color css

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

 span { border-color: rgb(115,66,32); }

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