Html Css Color HEX #763216 Peru Tan

📋 copy color: '#763216'

red 118 ◦ green 50 ◦ blue 22

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

Shades of Peru Tan #763216

Tints of Peru Tan #763216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 62.11%
G = 26.32%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763216 (or 0x763216) is known color: Peru Tan. HEX triplet: 76, 32 and 16. RGB value is (118,50,22). Sum of RGB (Red+Green+Blue) = 118+50+22=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763216 is #89CDE9. Grayscale: #434343. Windows color (decimal): -9031146 or 1454710. OLE color: 1454710.

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

Color convert

RGB 118 50 22 -
CMYK 0 0.58 0.81 0.54
HSL 17.5º 0.69% 0.27% -
HSV(B) 17.5º 0.81% 0.46% -
XYZ 8.76 6.19 1.49 -
YUV 67.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 118 50 22 0 0.58 0.81 0.54 17.5 0.69 0.27
Hex 76 32 16 0 3A 51 36 12 45 1B
Octal 166 62 26 0 72 121 66 22 105 33
Binary 1110110 110010 10110 0 111010 1010001 110110 10010 1000101 11011

Color Harmonies of #763216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763216

Black with #763216

Text Example


Text Example

White with #763216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763216; }

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

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

background-color css

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

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

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

border-color css

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

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

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