Html Css Color HEX #763515 Peru Tan

📋 copy color: '#763515'

red 118 ◦ green 53 ◦ blue 21

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

Shades of Peru Tan #763515

Tints of Peru Tan #763515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

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

R = 61.46%
G = 27.6%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#763515 (or 0x763515) is known color: Peru Tan. HEX triplet: 76, 35 and 15. RGB value is (118,53,21). Sum of RGB (Red+Green+Blue) = 118+53+21=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763515 is #89CAEA. Grayscale: #444444. Windows color (decimal): -9030379 or 1389942. OLE color: 1389942.

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

Color convert

RGB 118 53 21 -
CMYK 0 0.55 0.82 0.54
HSL 19.79º 0.7% 0.27% -
HSV(B) 19.79º 0.82% 0.46% -
XYZ 8.88 6.45 1.49 -
YUV 68.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 118 53 21 0 0.55 0.82 0.54 19.79 0.7 0.27
Hex 76 35 15 0 37 52 36 14 46 1B
Octal 166 65 25 0 67 122 66 24 106 33
Binary 1110110 110101 10101 0 110111 1010010 110110 10100 1000110 11011

Color Harmonies of #763515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763515

Black with #763515

Text Example


Text Example

White with #763515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763515; }

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

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

background-color css

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

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

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

border-color css

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

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

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