Html Css Color HEX #763111 Peru Tan

📋 copy color: '#763111'

red 118 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #763111

Tints of Peru Tan #763111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

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

R = 64.13%
G = 26.63%
B = 9.24%

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

#763111 (or 0x763111) is known color: Peru Tan. HEX triplet: 76, 31 and 11. RGB value is (118,49,17). Sum of RGB (Red+Green+Blue) = 118+49+17=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #763111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763111 is #89CEEE. Grayscale: #424242. Windows color (decimal): -9031407 or 1126774. OLE color: 1126774.

HSL color Cylindrical-coordinate representation of color #763111: hue angle of 19.01º 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 #763111 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 17 -
CMYK 0 0.58 0.86 0.54
HSL 19.01º 0.75% 0.26% -
HSV(B) 19.01º 0.86% 0.46% -
XYZ 8.67 6.09 1.25 -
YUV 65.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 118 49 17 0 0.58 0.86 0.54 19.01 0.75 0.26
Hex 76 31 11 0 3A 56 36 13 4B 1A
Octal 166 61 21 0 72 126 66 23 113 32
Binary 1110110 110001 10001 0 111010 1010110 110110 10011 1001011 11010

Color Harmonies of #763111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763111

Black with #763111

Text Example


Text Example

White with #763111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763111; }

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

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

background-color css

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

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

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

border-color css

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

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

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