Html Css Color HEX #793914 Peru Tan

📋 copy color: '#793914'

red 121 ◦ green 57 ◦ blue 20

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

Shades of Peru Tan #793914

Tints of Peru Tan #793914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.79%

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

R = 61.11%
G = 28.79%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#793914 (or 0x793914) is known color: Peru Tan. HEX triplet: 79, 39 and 14. RGB value is (121,57,20). Sum of RGB (Red+Green+Blue) = 121+57+20=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #793914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793914 is #86C6EB. Grayscale: #484848. Windows color (decimal): -8832748 or 1325433. OLE color: 1325433.

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

Color convert

RGB 121 57 20 -
CMYK 0 0.53 0.83 0.53
HSL 21.98º 0.72% 0.28% -
HSV(B) 21.98º 0.83% 0.47% -
XYZ 9.47 7.04 1.52 -
YUV 71.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 121 57 20 0 0.53 0.83 0.53 21.98 0.72 0.28
Hex 79 39 14 0 35 53 35 16 48 1C
Octal 171 71 24 0 65 123 65 26 110 34
Binary 1111001 111001 10100 0 110101 1010011 110101 10110 1001000 11100

Color Harmonies of #793914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793914

Black with #793914

Text Example


Text Example

White with #793914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793914; }

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

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

background-color css

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

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

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

border-color css

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

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

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