Html Css Color HEX #793413 Peru Tan

📋 copy color: '#793413'

red 121 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #793413

Tints of Peru Tan #793413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 63.02%
G = 27.08%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#793413 (or 0x793413) is known color: Peru Tan. HEX triplet: 79, 34 and 13. RGB value is (121,52,19). Sum of RGB (Red+Green+Blue) = 121+52+19=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #793413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793413 is #86CBEC. Grayscale: #454545. Windows color (decimal): -8834029 or 1258617. OLE color: 1258617.

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

Color convert

RGB 121 52 19 -
CMYK 0 0.57 0.84 0.53
HSL 19.41º 0.73% 0.27% -
HSV(B) 19.41º 0.84% 0.47% -
XYZ 9.23 6.57 1.4 -
YUV 68.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 121 52 19 0 0.57 0.84 0.53 19.41 0.73 0.27
Hex 79 34 13 0 39 54 35 13 49 1B
Octal 171 64 23 0 71 124 65 23 111 33
Binary 1111001 110100 10011 0 111001 1010100 110101 10011 1001001 11011

Color Harmonies of #793413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793413

Black with #793413

Text Example


Text Example

White with #793413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793413; }

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

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

background-color css

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

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

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

border-color css

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

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

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