Html Css Color HEX #793514 Peru Tan

📋 copy color: '#793514'

red 121 ◦ green 53 ◦ blue 20

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

Shades of Peru Tan #793514

Tints of Peru Tan #793514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 62.37%
G = 27.32%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#793514 (or 0x793514) is known color: Peru Tan. HEX triplet: 79, 35 and 14. RGB value is (121,53,20). Sum of RGB (Red+Green+Blue) = 121+53+20=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #793514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793514 is #86CAEB. Grayscale: #454545. Windows color (decimal): -8833772 or 1324409. OLE color: 1324409.

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

Color convert

RGB 121 53 20 -
CMYK 0 0.56 0.83 0.53
HSL 19.6º 0.72% 0.28% -
HSV(B) 19.6º 0.83% 0.47% -
XYZ 9.28 6.66 1.46 -
YUV 69.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 121 53 20 0 0.56 0.83 0.53 19.6 0.72 0.28
Hex 79 35 14 0 38 53 35 14 48 1C
Octal 171 65 24 0 70 123 65 24 110 34
Binary 1111001 110101 10100 0 111000 1010011 110101 10100 1001000 11100

Color Harmonies of #793514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793514

Black with #793514

Text Example


Text Example

White with #793514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793514; }

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

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

background-color css

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

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

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

border-color css

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

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

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