Html Css Color HEX #763015 Peru Tan

📋 copy color: '#763015'

red 118 ◦ green 48 ◦ blue 21

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

Shades of Peru Tan #763015

Tints of Peru Tan #763015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

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

R = 63.1%
G = 25.67%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#763015 (or 0x763015) is known color: Peru Tan. HEX triplet: 76, 30 and 15. RGB value is (118,48,21). Sum of RGB (Red+Green+Blue) = 118+48+21=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763015 is #89CFEA. Grayscale: #424242. Windows color (decimal): -9031659 or 1388662. OLE color: 1388662.

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

Color convert

RGB 118 48 21 -
CMYK 0 0.59 0.82 0.54
HSL 16.7º 0.7% 0.27% -
HSV(B) 16.7º 0.82% 0.46% -
XYZ 8.66 6.02 1.41 -
YUV 65.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 118 48 21 0 0.59 0.82 0.54 16.7 0.7 0.27
Hex 76 30 15 0 3B 52 36 11 46 1B
Octal 166 60 25 0 73 122 66 21 106 33
Binary 1110110 110000 10101 0 111011 1010010 110110 10001 1000110 11011

Color Harmonies of #763015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763015

Black with #763015

Text Example


Text Example

White with #763015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763015; }

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

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

background-color css

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

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

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

border-color css

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

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

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