Html Css Color HEX #763E15 Peru Tan

📋 copy color: '#763E15'

red 118 ◦ green 62 ◦ blue 21

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

Shades of Peru Tan #763E15

Tints of Peru Tan #763E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.85%

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

R = 58.71%
G = 30.85%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#763E15 (or 0x763E15) is known color: Peru Tan. HEX triplet: 76, 3E and 15. RGB value is (118,62,21). Sum of RGB (Red+Green+Blue) = 118+62+21=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E15 is #89C1EA. Grayscale: #4A4A4A. Windows color (decimal): -9028075 or 1392246. OLE color: 1392246.

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

Color convert

RGB 118 62 21 -
CMYK 0 0.47 0.82 0.54
HSL 25.36º 0.7% 0.27% -
HSV(B) 25.36º 0.82% 0.46% -
XYZ 9.33 7.35 1.64 -
YUV 74.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 118 62 21 0 0.47 0.82 0.54 25.36 0.7 0.27
Hex 76 3E 15 0 2F 52 36 19 46 1B
Octal 166 76 25 0 57 122 66 31 106 33
Binary 1110110 111110 10101 0 101111 1010010 110110 11001 1000110 11011

Color Harmonies of #763E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E15

Black with #763E15

Text Example


Text Example

White with #763E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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