Html Css Color HEX #734120 Peru Tan

📋 copy color: '#734120'

red 115 ◦ green 65 ◦ blue 32

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

Shades of Peru Tan #734120

Tints of Peru Tan #734120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 54.25%
G = 30.66%
B = 15.09%

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

#734120 (or 0x734120) is known color: Peru Tan. HEX triplet: 73, 41 and 20. RGB value is (115,65,32). Sum of RGB (Red+Green+Blue) = 115+65+32=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #734120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734120 is #8CBEDF. Grayscale: #4C4C4C. Windows color (decimal): -9223904 or 2113907. OLE color: 2113907.

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

Color convert

RGB 115 65 32 -
CMYK 0 0.43 0.72 0.55
HSL 23.86º 0.56% 0.29% -
HSV(B) 23.86º 0.72% 0.45% -
XYZ 9.22 7.53 2.33 -
YUV 76.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 115 65 32 0 0.43 0.72 0.55 23.86 0.56 0.29
Hex 73 41 20 0 2B 48 37 18 38 1D
Octal 163 101 40 0 53 110 67 30 70 35
Binary 1110011 1000001 100000 0 101011 1001000 110111 11000 111000 11101

Color Harmonies of #734120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734120

Black with #734120

Text Example


Text Example

White with #734120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734120; }

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

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

background-color css

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

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

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

border-color css

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

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

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