Html Css Color HEX #793313 Peru Tan

📋 copy color: '#793313'

red 121 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #793313

Tints of Peru Tan #793313

RGB

 RED value IS 121 (47.66% from 255) = 63.35%

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

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

R = 63.35%
G = 26.7%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#793313 (or 0x793313) is known color: Peru Tan. HEX triplet: 79, 33 and 13. RGB value is (121,51,19). Sum of RGB (Red+Green+Blue) = 121+51+19=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #793313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793313 is #86CCEC. Grayscale: #444444. Windows color (decimal): -8834285 or 1258361. OLE color: 1258361.

HSL color Cylindrical-coordinate representation of color #793313: hue angle of 18.82º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #793313 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 51 19 -
CMYK 0 0.58 0.84 0.53
HSL 18.82º 0.73% 0.27% -
HSV(B) 18.82º 0.84% 0.47% -
XYZ 9.19 6.48 1.38 -
YUV 68.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 121 51 19 0 0.58 0.84 0.53 18.82 0.73 0.27
Hex 79 33 13 0 3A 54 35 13 49 1B
Octal 171 63 23 0 72 124 65 23 111 33
Binary 1111001 110011 10011 0 111010 1010100 110101 10011 1001001 11011

Color Harmonies of #793313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793313

Black with #793313

Text Example


Text Example

White with #793313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793313; }

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

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

background-color css

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

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

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

border-color css

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

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

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