Html Css Color HEX #763511 Peru Tan

📋 copy color: '#763511'

red 118 ◦ green 53 ◦ blue 17

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

Shades of Peru Tan #763511

Tints of Peru Tan #763511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 62.77%
G = 28.19%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763511 (or 0x763511) is known color: Peru Tan. HEX triplet: 76, 35 and 11. RGB value is (118,53,17). Sum of RGB (Red+Green+Blue) = 118+53+17=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763511 is #89CAEE. Grayscale: #444444. Windows color (decimal): -9030383 or 1127798. OLE color: 1127798.

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

Color convert

RGB 118 53 17 -
CMYK 0 0.55 0.86 0.54
HSL 21.39º 0.75% 0.26% -
HSV(B) 21.39º 0.86% 0.46% -
XYZ 8.85 6.44 1.31 -
YUV 68.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 118 53 17 0 0.55 0.86 0.54 21.39 0.75 0.26
Hex 76 35 11 0 37 56 36 15 4B 1A
Octal 166 65 21 0 67 126 66 25 113 32
Binary 1110110 110101 10001 0 110111 1010110 110110 10101 1001011 11010

Color Harmonies of #763511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763511

Black with #763511

Text Example


Text Example

White with #763511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763511; }

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

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

background-color css

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

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

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

border-color css

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

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

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