Html Css Color HEX #763010 Peru Tan

📋 copy color: '#763010'

red 118 ◦ green 48 ◦ blue 16

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

Shades of Peru Tan #763010

Tints of Peru Tan #763010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

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

R = 64.84%
G = 26.37%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763010 (or 0x763010) is known color: Peru Tan. HEX triplet: 76, 30 and 10. RGB value is (118,48,16). Sum of RGB (Red+Green+Blue) = 118+48+16=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #763010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763010 is #89CFEF. Grayscale: #414141. Windows color (decimal): -9031664 or 1060982. OLE color: 1060982.

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

Color convert

RGB 118 48 16 -
CMYK 0 0.59 0.86 0.54
HSL 18.82º 0.76% 0.26% -
HSV(B) 18.82º 0.86% 0.46% -
XYZ 8.62 6 1.19 -
YUV 65.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 118 48 16 0 0.59 0.86 0.54 18.82 0.76 0.26
Hex 76 30 10 0 3B 56 36 13 4C 1A
Octal 166 60 20 0 73 126 66 23 114 32
Binary 1110110 110000 10000 0 111011 1010110 110110 10011 1001100 11010

Color Harmonies of #763010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763010

Black with #763010

Text Example


Text Example

White with #763010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763010; }

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

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

background-color css

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

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

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

border-color css

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

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

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