Html Css Color HEX #763016 Peru Tan

📋 copy color: '#763016'

red 118 ◦ green 48 ◦ blue 22

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

Shades of Peru Tan #763016

Tints of Peru Tan #763016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 62.77%
G = 25.53%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763016 (or 0x763016) is known color: Peru Tan. HEX triplet: 76, 30 and 16. RGB value is (118,48,22). Sum of RGB (Red+Green+Blue) = 118+48+22=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763016 is #89CFE9. Grayscale: #424242. Windows color (decimal): -9031658 or 1454198. OLE color: 1454198.

HSL color Cylindrical-coordinate representation of color #763016: hue angle of 16.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #763016 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 22 -
CMYK 0 0.59 0.81 0.54
HSL 16.25º 0.69% 0.27% -
HSV(B) 16.25º 0.81% 0.46% -
XYZ 8.67 6.02 1.46 -
YUV 65.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 118 48 22 0 0.59 0.81 0.54 16.25 0.69 0.27
Hex 76 30 16 0 3B 51 36 10 45 1B
Octal 166 60 26 0 73 121 66 20 105 33
Binary 1110110 110000 10110 0 111011 1010001 110110 10000 1000101 11011

Color Harmonies of #763016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763016

Black with #763016

Text Example


Text Example

White with #763016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763016; }

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

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

background-color css

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

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

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

border-color css

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

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

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