Html Css Color HEX #793913 Peru Tan

📋 copy color: '#793913'

red 121 ◦ green 57 ◦ blue 19

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

Shades of Peru Tan #793913

Tints of Peru Tan #793913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.93%

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

R = 61.42%
G = 28.93%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#793913 (or 0x793913) is known color: Peru Tan. HEX triplet: 79, 39 and 13. RGB value is (121,57,19). Sum of RGB (Red+Green+Blue) = 121+57+19=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #793913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793913 is #86C6EC. Grayscale: #484848. Windows color (decimal): -8832749 or 1259897. OLE color: 1259897.

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

Color convert

RGB 121 57 19 -
CMYK 0 0.53 0.84 0.53
HSL 22.35º 0.73% 0.27% -
HSV(B) 22.35º 0.84% 0.47% -
XYZ 9.47 7.04 1.48 -
YUV 71.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 121 57 19 0 0.53 0.84 0.53 22.35 0.73 0.27
Hex 79 39 13 0 35 54 35 16 49 1B
Octal 171 71 23 0 65 124 65 26 111 33
Binary 1111001 111001 10011 0 110101 1010100 110101 10110 1001001 11011

Color Harmonies of #793913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793913

Black with #793913

Text Example


Text Example

White with #793913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793913; }

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

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

background-color css

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

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

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

border-color css

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

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

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