Html Css Color HEX #763410 Peru Tan

📋 copy color: '#763410'

red 118 ◦ green 52 ◦ blue 16

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

Shades of Peru Tan #763410

Tints of Peru Tan #763410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 63.44%
G = 27.96%
B = 8.6%

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

#763410 (or 0x763410) is known color: Peru Tan. HEX triplet: 76, 34 and 10. RGB value is (118,52,16). Sum of RGB (Red+Green+Blue) = 118+52+16=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #763410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763410 is #89CBEF. Grayscale: #434343. Windows color (decimal): -9030640 or 1062006. OLE color: 1062006.

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

Color convert

RGB 118 52 16 -
CMYK 0 0.56 0.86 0.54
HSL 21.18º 0.76% 0.26% -
HSV(B) 21.18º 0.86% 0.46% -
XYZ 8.79 6.34 1.25 -
YUV 67.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 118 52 16 0 0.56 0.86 0.54 21.18 0.76 0.26
Hex 76 34 10 0 38 56 36 15 4C 1A
Octal 166 64 20 0 70 126 66 25 114 32
Binary 1110110 110100 10000 0 111000 1010110 110110 10101 1001100 11010

Color Harmonies of #763410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763410

Black with #763410

Text Example


Text Example

White with #763410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763410; }

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

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

background-color css

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

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

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

border-color css

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

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

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