Html Css Color HEX #793010 Peru Tan

📋 copy color: '#793010'

red 121 ◦ green 48 ◦ blue 16

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

Shades of Peru Tan #793010

Tints of Peru Tan #793010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 65.41%
G = 25.95%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#793010 (or 0x793010) is known color: Peru Tan. HEX triplet: 79, 30 and 10. RGB value is (121,48,16). Sum of RGB (Red+Green+Blue) = 121+48+16=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #793010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793010 is #86CFEF. Grayscale: #424242. Windows color (decimal): -8835056 or 1060985. OLE color: 1060985.

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

Color convert

RGB 121 48 16 -
CMYK 0 0.60 0.87 0.53
HSL 18.29º 0.77% 0.27% -
HSV(B) 18.29º 0.87% 0.47% -
XYZ 9.04 6.22 1.21 -
YUV 66.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 121 48 16 0 0.60 0.87 0.53 18.29 0.77 0.27
Hex 79 30 10 0 3C 57 35 12 4D 1B
Octal 171 60 20 0 74 127 65 22 115 33
Binary 1111001 110000 10000 0 111100 1010111 110101 10010 1001101 11011

Color Harmonies of #793010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793010

Black with #793010

Text Example


Text Example

White with #793010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793010; }

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

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

background-color css

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

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

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

border-color css

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

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

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