Html Css Color HEX #763411 Peru Tan

📋 copy color: '#763411'

red 118 ◦ green 52 ◦ blue 17

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

Shades of Peru Tan #763411

Tints of Peru Tan #763411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 63.1%
G = 27.81%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763411 (or 0x763411) is known color: Peru Tan. HEX triplet: 76, 34 and 11. RGB value is (118,52,17). Sum of RGB (Red+Green+Blue) = 118+52+17=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763411 is #89CBEE. Grayscale: #434343. Windows color (decimal): -9030639 or 1127542. OLE color: 1127542.

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

Color convert

RGB 118 52 17 -
CMYK 0 0.56 0.86 0.54
HSL 20.79º 0.75% 0.26% -
HSV(B) 20.79º 0.86% 0.46% -
XYZ 8.8 6.35 1.29 -
YUV 67.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 118 52 17 0 0.56 0.86 0.54 20.79 0.75 0.26
Hex 76 34 11 0 38 56 36 15 4B 1A
Octal 166 64 21 0 70 126 66 25 113 32
Binary 1110110 110100 10001 0 111000 1010110 110110 10101 1001011 11010

Color Harmonies of #763411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763411

Black with #763411

Text Example


Text Example

White with #763411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763411; }

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

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

background-color css

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

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

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

border-color css

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

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

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