Html Css Color HEX #793510 Peru Tan

📋 copy color: '#793510'

red 121 ◦ green 53 ◦ blue 16

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

Shades of Peru Tan #793510

Tints of Peru Tan #793510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

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

R = 63.68%
G = 27.89%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#793510 (or 0x793510) is known color: Peru Tan. HEX triplet: 79, 35 and 10. RGB value is (121,53,16). Sum of RGB (Red+Green+Blue) = 121+53+16=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #793510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793510 is #86CAEF. Grayscale: #454545. Windows color (decimal): -8833776 or 1062265. OLE color: 1062265.

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

Color convert

RGB 121 53 16 -
CMYK 0 0.56 0.87 0.53
HSL 21.14º 0.77% 0.27% -
HSV(B) 21.14º 0.87% 0.47% -
XYZ 9.25 6.65 1.29 -
YUV 69.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 121 53 16 0 0.56 0.87 0.53 21.14 0.77 0.27
Hex 79 35 10 0 38 57 35 15 4D 1B
Octal 171 65 20 0 70 127 65 25 115 33
Binary 1111001 110101 10000 0 111000 1010111 110101 10101 1001101 11011

Color Harmonies of #793510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793510

Black with #793510

Text Example


Text Example

White with #793510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793510; }

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

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

background-color css

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

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

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

border-color css

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

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

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