Html Css Color HEX #763013 Peru Tan

📋 copy color: '#763013'

red 118 ◦ green 48 ◦ blue 19

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

Shades of Peru Tan #763013

Tints of Peru Tan #763013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 63.78%
G = 25.95%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#763013 (or 0x763013) is known color: Peru Tan. HEX triplet: 76, 30 and 13. RGB value is (118,48,19). Sum of RGB (Red+Green+Blue) = 118+48+19=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #763013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763013 is #89CFEC. Grayscale: #414141. Windows color (decimal): -9031661 or 1257590. OLE color: 1257590.

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

Color convert

RGB 118 48 19 -
CMYK 0 0.59 0.84 0.54
HSL 17.58º 0.72% 0.27% -
HSV(B) 17.58º 0.84% 0.46% -
XYZ 8.65 6.01 1.32 -
YUV 65.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 118 48 19 0 0.59 0.84 0.54 17.58 0.72 0.27
Hex 76 30 13 0 3B 54 36 12 48 1B
Octal 166 60 23 0 73 124 66 22 110 33
Binary 1110110 110000 10011 0 111011 1010100 110110 10010 1001000 11011

Color Harmonies of #763013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763013

Black with #763013

Text Example


Text Example

White with #763013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763013; }

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

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

background-color css

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

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

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

border-color css

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

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

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