Html Css Color HEX #763211 Peru Tan

📋 copy color: '#763211'

red 118 ◦ green 50 ◦ blue 17

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

Shades of Peru Tan #763211

Tints of Peru Tan #763211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 63.78%
G = 27.03%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763211 (or 0x763211) is known color: Peru Tan. HEX triplet: 76, 32 and 11. RGB value is (118,50,17). Sum of RGB (Red+Green+Blue) = 118+50+17=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #763211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763211 is #89CDEE. Grayscale: #424242. Windows color (decimal): -9031151 or 1127030. OLE color: 1127030.

HSL color Cylindrical-coordinate representation of color #763211: hue angle of 19.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #763211 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 17 -
CMYK 0 0.58 0.86 0.54
HSL 19.6º 0.75% 0.26% -
HSV(B) 19.6º 0.86% 0.46% -
XYZ 8.71 6.17 1.26 -
YUV 66.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 118 50 17 0 0.58 0.86 0.54 19.6 0.75 0.26
Hex 76 32 11 0 3A 56 36 14 4B 1A
Octal 166 62 21 0 72 126 66 24 113 32
Binary 1110110 110010 10001 0 111010 1010110 110110 10100 1001011 11010

Color Harmonies of #763211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763211

Black with #763211

Text Example


Text Example

White with #763211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763211; }

 p { color: rgb(118,50,17); }

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

background-color css

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

 a { background-color: rgb(118,50,17); }

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

border-color css

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

 span { border-color: rgb(118,50,17); }

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