Html Css Color HEX #763713 Peru Tan

📋 copy color: '#763713'

red 118 ◦ green 55 ◦ blue 19

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

Shades of Peru Tan #763713

Tints of Peru Tan #763713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 61.46%
G = 28.65%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#763713 (or 0x763713) is known color: Peru Tan. HEX triplet: 76, 37 and 13. RGB value is (118,55,19). Sum of RGB (Red+Green+Blue) = 118+55+19=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763713 is #89C8EC. Grayscale: #454545. Windows color (decimal): -9029869 or 1259382. OLE color: 1259382.

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

Color convert

RGB 118 55 19 -
CMYK 0 0.53 0.84 0.54
HSL 21.82º 0.72% 0.27% -
HSV(B) 21.82º 0.84% 0.46% -
XYZ 8.95 6.63 1.42 -
YUV 69.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 118 55 19 0 0.53 0.84 0.54 21.82 0.72 0.27
Hex 76 37 13 0 35 54 36 16 48 1B
Octal 166 67 23 0 65 124 66 26 110 33
Binary 1110110 110111 10011 0 110101 1010100 110110 10110 1001000 11011

Color Harmonies of #763713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763713

Black with #763713

Text Example


Text Example

White with #763713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763713; }

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

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

background-color css

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

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

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

border-color css

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

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

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