Html Css Color HEX #763510 Peru Tan

📋 copy color: '#763510'

red 118 ◦ green 53 ◦ blue 16

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

Shades of Peru Tan #763510

Tints of Peru Tan #763510

RGB

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

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

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

R = 63.1%
G = 28.34%
B = 8.56%

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

#763510 (or 0x763510) is known color: Peru Tan. HEX triplet: 76, 35 and 10. RGB value is (118,53,16). Sum of RGB (Red+Green+Blue) = 118+53+16=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763510 is #89CAEF. Grayscale: #444444. Windows color (decimal): -9030384 or 1062262. OLE color: 1062262.

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

Color convert

RGB 118 53 16 -
CMYK 0 0.55 0.86 0.54
HSL 21.76º 0.76% 0.26% -
HSV(B) 21.76º 0.86% 0.46% -
XYZ 8.84 6.44 1.27 -
YUV 68.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 118 53 16 0 0.55 0.86 0.54 21.76 0.76 0.26
Hex 76 35 10 0 37 56 36 16 4C 1A
Octal 166 65 20 0 67 126 66 26 114 32
Binary 1110110 110101 10000 0 110111 1010110 110110 10110 1001100 11010

Color Harmonies of #763510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763510

Black with #763510

Text Example


Text Example

White with #763510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763510; }

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

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

background-color css

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

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

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

border-color css

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

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

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