Html Css Color HEX #764520 Peru Tan

📋 copy color: '#764520'

red 118 ◦ green 69 ◦ blue 32

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

Shades of Peru Tan #764520

Tints of Peru Tan #764520

RGB

 RED value IS 118 (46.48% from 255) = 53.88%

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 53.88%
G = 31.51%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#764520 (or 0x764520) is known color: Peru Tan. HEX triplet: 76, 45 and 20. RGB value is (118,69,32). Sum of RGB (Red+Green+Blue) = 118+69+32=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #764520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764520 is #89BADF. Grayscale: #4F4F4F. Windows color (decimal): -9026272 or 2114934. OLE color: 2114934.

HSL color Cylindrical-coordinate representation of color #764520: hue angle of 25.81º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #764520 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 32 -
CMYK 0 0.42 0.73 0.54
HSL 25.81º 0.57% 0.29% -
HSV(B) 25.81º 0.73% 0.46% -
XYZ 9.86 8.21 2.43 -
YUV 79.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 118 69 32 0 0.42 0.73 0.54 25.81 0.57 0.29
Hex 76 45 20 0 2A 49 36 1A 39 1D
Octal 166 105 40 0 52 111 66 32 71 35
Binary 1110110 1000101 100000 0 101010 1001001 110110 11010 111001 11101

Color Harmonies of #764520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764520

Black with #764520

Text Example


Text Example

White with #764520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764520; }

 p { color: rgb(118,69,32); }

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

background-color css

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

 a { background-color: rgb(118,69,32); }

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

border-color css

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

 span { border-color: rgb(118,69,32); }

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