Html Css Color HEX #793016 Peru Tan

📋 copy color: '#793016'

red 121 ◦ green 48 ◦ blue 22

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

Shades of Peru Tan #793016

Tints of Peru Tan #793016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 63.35%
G = 25.13%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#793016 (or 0x793016) is known color: Peru Tan. HEX triplet: 79, 30 and 16. RGB value is (121,48,22). Sum of RGB (Red+Green+Blue) = 121+48+22=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #793016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793016 is #86CFE9. Grayscale: #434343. Windows color (decimal): -8835050 or 1454201. OLE color: 1454201.

HSL color Cylindrical-coordinate representation of color #793016: hue angle of 15.76º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #793016 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 22 -
CMYK 0 0.60 0.82 0.53
HSL 15.76º 0.69% 0.28% -
HSV(B) 15.76º 0.82% 0.47% -
XYZ 9.09 6.24 1.48 -
YUV 66.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 121 48 22 0 0.60 0.82 0.53 15.76 0.69 0.28
Hex 79 30 16 0 3C 52 35 10 45 1C
Octal 171 60 26 0 74 122 65 20 105 34
Binary 1111001 110000 10110 0 111100 1010010 110101 10000 1000101 11100

Color Harmonies of #793016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793016

Black with #793016

Text Example


Text Example

White with #793016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793016; }

 p { color: rgb(121,48,22); }

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

background-color css

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

 a { background-color: rgb(121,48,22); }

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

border-color css

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

 span { border-color: rgb(121,48,22); }

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