Html Css Color HEX #793015 Peru Tan

📋 copy color: '#793015'

red 121 ◦ green 48 ◦ blue 21

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

Shades of Peru Tan #793015

Tints of Peru Tan #793015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 63.68%
G = 25.26%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#793015 (or 0x793015) is known color: Peru Tan. HEX triplet: 79, 30 and 15. RGB value is (121,48,21). Sum of RGB (Red+Green+Blue) = 121+48+21=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #793015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793015 is #86CFEA. Grayscale: #424242. Windows color (decimal): -8835051 or 1388665. OLE color: 1388665.

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

Color convert

RGB 121 48 21 -
CMYK 0 0.60 0.83 0.53
HSL 16.2º 0.7% 0.28% -
HSV(B) 16.2º 0.83% 0.47% -
XYZ 9.08 6.23 1.43 -
YUV 66.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 121 48 21 0 0.60 0.83 0.53 16.2 0.7 0.28
Hex 79 30 15 0 3C 53 35 10 46 1C
Octal 171 60 25 0 74 123 65 20 106 34
Binary 1111001 110000 10101 0 111100 1010011 110101 10000 1000110 11100

Color Harmonies of #793015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793015

Black with #793015

Text Example


Text Example

White with #793015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793015; }

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

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

background-color css

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

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

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

border-color css

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

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

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