Html Css Color HEX #763F16 Peru Tan

📋 copy color: '#763F16'

red 118 ◦ green 63 ◦ blue 22

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

Shades of Peru Tan #763F16

Tints of Peru Tan #763F16

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

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

R = 58.13%
G = 31.03%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763F16 (or 0x763F16) is known color: Peru Tan. HEX triplet: 76, 3F and 16. RGB value is (118,63,22). Sum of RGB (Red+Green+Blue) = 118+63+22=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F16 is #89C0E9. Grayscale: #4A4A4A. Windows color (decimal): -9027818 or 1458038. OLE color: 1458038.

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

Color convert

RGB 118 63 22 -
CMYK 0 0.47 0.81 0.54
HSL 25.63º 0.69% 0.27% -
HSV(B) 25.63º 0.81% 0.46% -
XYZ 9.39 7.46 1.7 -
YUV 74.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 118 63 22 0 0.47 0.81 0.54 25.63 0.69 0.27
Hex 76 3F 16 0 2F 51 36 1A 45 1B
Octal 166 77 26 0 57 121 66 32 105 33
Binary 1110110 111111 10110 0 101111 1010001 110110 11010 1000101 11011

Color Harmonies of #763F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F16

Black with #763F16

Text Example


Text Example

White with #763F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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