Html Css Color HEX #763716 Peru Tan

📋 copy color: '#763716'

red 118 ◦ green 55 ◦ blue 22

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

Shades of Peru Tan #763716

Tints of Peru Tan #763716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.21%

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

R = 60.51%
G = 28.21%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#763716 (or 0x763716) is known color: Peru Tan. HEX triplet: 76, 37 and 16. RGB value is (118,55,22). Sum of RGB (Red+Green+Blue) = 118+55+22=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763716 is #89C8E9. Grayscale: #464646. Windows color (decimal): -9029866 or 1455990. OLE color: 1455990.

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

Color convert

RGB 118 55 22 -
CMYK 0 0.53 0.81 0.54
HSL 20.63º 0.69% 0.27% -
HSV(B) 20.63º 0.81% 0.46% -
XYZ 8.98 6.64 1.57 -
YUV 70.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 118 55 22 0 0.53 0.81 0.54 20.63 0.69 0.27
Hex 76 37 16 0 35 51 36 15 45 1B
Octal 166 67 26 0 65 121 66 25 105 33
Binary 1110110 110111 10110 0 110101 1010001 110110 10101 1000101 11011

Color Harmonies of #763716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763716

Black with #763716

Text Example


Text Example

White with #763716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763716; }

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

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

background-color css

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

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

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

border-color css

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

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

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