Html Css Color HEX #763D16 Peru Tan

📋 copy color: '#763D16'

red 118 ◦ green 61 ◦ blue 22

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

Shades of Peru Tan #763D16

Tints of Peru Tan #763D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.35%

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

R = 58.71%
G = 30.35%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763D16 (or 0x763D16) is known color: Peru Tan. HEX triplet: 76, 3D and 16. RGB value is (118,61,22). Sum of RGB (Red+Green+Blue) = 118+61+22=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D16 is #89C2E9. Grayscale: #494949. Windows color (decimal): -9028330 or 1457526. OLE color: 1457526.

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

Color convert

RGB 118 61 22 -
CMYK 0 0.48 0.81 0.54
HSL 24.38º 0.69% 0.27% -
HSV(B) 24.38º 0.81% 0.46% -
XYZ 9.28 7.25 1.67 -
YUV 73.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 118 61 22 0 0.48 0.81 0.54 24.38 0.69 0.27
Hex 76 3D 16 0 30 51 36 18 45 1B
Octal 166 75 26 0 60 121 66 30 105 33
Binary 1110110 111101 10110 0 110000 1010001 110110 11000 1000101 11011

Color Harmonies of #763D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D16

Black with #763D16

Text Example


Text Example

White with #763D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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