Html Css Color HEX #763115 Peru Tan

📋 copy color: '#763115'

red 118 ◦ green 49 ◦ blue 21

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

Shades of Peru Tan #763115

Tints of Peru Tan #763115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.06%

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 62.77%
G = 26.06%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#763115 (or 0x763115) is known color: Peru Tan. HEX triplet: 76, 31 and 15. RGB value is (118,49,21). Sum of RGB (Red+Green+Blue) = 118+49+21=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763115 is #89CEEA. Grayscale: #424242. Windows color (decimal): -9031403 or 1388918. OLE color: 1388918.

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

Color convert

RGB 118 49 21 -
CMYK 0 0.58 0.82 0.54
HSL 17.32º 0.7% 0.27% -
HSV(B) 17.32º 0.82% 0.46% -
XYZ 8.7 6.1 1.43 -
YUV 66.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 118 49 21 0 0.58 0.82 0.54 17.32 0.7 0.27
Hex 76 31 15 0 3A 52 36 11 46 1B
Octal 166 61 25 0 72 122 66 21 106 33
Binary 1110110 110001 10101 0 111010 1010010 110110 10001 1000110 11011

Color Harmonies of #763115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763115

Black with #763115

Text Example


Text Example

White with #763115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763115; }

 p { color: rgb(118,49,21); }

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

background-color css

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

 a { background-color: rgb(118,49,21); }

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

border-color css

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

 span { border-color: rgb(118,49,21); }

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