Html Css Color HEX #763916 Peru Tan

📋 copy color: '#763916'

red 118 ◦ green 57 ◦ blue 22

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

Shades of Peru Tan #763916

Tints of Peru Tan #763916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.93%

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

R = 59.9%
G = 28.93%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763916 (or 0x763916) is known color: Peru Tan. HEX triplet: 76, 39 and 16. RGB value is (118,57,22). Sum of RGB (Red+Green+Blue) = 118+57+22=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #763916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763916 is #89C6E9. Grayscale: #474747. Windows color (decimal): -9029354 or 1456502. OLE color: 1456502.

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

Color convert

RGB 118 57 22 -
CMYK 0 0.52 0.81 0.54
HSL 21.88º 0.69% 0.27% -
HSV(B) 21.88º 0.81% 0.46% -
XYZ 9.08 6.84 1.6 -
YUV 71.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 118 57 22 0 0.52 0.81 0.54 21.88 0.69 0.27
Hex 76 39 16 0 34 51 36 16 45 1B
Octal 166 71 26 0 64 121 66 26 105 33
Binary 1110110 111001 10110 0 110100 1010001 110110 10110 1000101 11011

Color Harmonies of #763916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763916

Black with #763916

Text Example


Text Example

White with #763916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763916; }

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

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

background-color css

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

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

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

border-color css

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

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

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