Html Css Color HEX #763313 Peru Tan

📋 copy color: '#763313'

red 118 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #763313

Tints of Peru Tan #763313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 62.77%
G = 27.13%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#763313 (or 0x763313) is known color: Peru Tan. HEX triplet: 76, 33 and 13. RGB value is (118,51,19). Sum of RGB (Red+Green+Blue) = 118+51+19=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763313 is #89CCEC. Grayscale: #434343. Windows color (decimal): -9030893 or 1258358. OLE color: 1258358.

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

Color convert

RGB 118 51 19 -
CMYK 0 0.57 0.84 0.54
HSL 19.39º 0.72% 0.27% -
HSV(B) 19.39º 0.84% 0.46% -
XYZ 8.77 6.27 1.36 -
YUV 67.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 118 51 19 0 0.57 0.84 0.54 19.39 0.72 0.27
Hex 76 33 13 0 39 54 36 13 48 1B
Octal 166 63 23 0 71 124 66 23 110 33
Binary 1110110 110011 10011 0 111001 1010100 110110 10011 1001000 11011

Color Harmonies of #763313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763313

Black with #763313

Text Example


Text Example

White with #763313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763313; }

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

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

background-color css

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

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

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

border-color css

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

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

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