Html Css Color HEX #763911 Peru Tan

📋 copy color: '#763911'

red 118 ◦ green 57 ◦ blue 17

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

Shades of Peru Tan #763911

Tints of Peru Tan #763911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

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

R = 61.46%
G = 29.69%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763911 (or 0x763911) is known color: Peru Tan. HEX triplet: 76, 39 and 11. RGB value is (118,57,17). Sum of RGB (Red+Green+Blue) = 118+57+17=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763911 is #89C6EE. Grayscale: #464646. Windows color (decimal): -9029359 or 1128822. OLE color: 1128822.

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

Color convert

RGB 118 57 17 -
CMYK 0 0.52 0.86 0.54
HSL 23.76º 0.75% 0.26% -
HSV(B) 23.76º 0.86% 0.46% -
XYZ 9.04 6.82 1.37 -
YUV 70.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 118 57 17 0 0.52 0.86 0.54 23.76 0.75 0.26
Hex 76 39 11 0 34 56 36 18 4B 1A
Octal 166 71 21 0 64 126 66 30 113 32
Binary 1110110 111001 10001 0 110100 1010110 110110 11000 1001011 11010

Color Harmonies of #763911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763911

Black with #763911

Text Example


Text Example

White with #763911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763911; }

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

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

background-color css

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

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

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

border-color css

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

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

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