Html Css Color HEX #793A14 Peru Tan

📋 copy color: '#793A14'

red 121 ◦ green 58 ◦ blue 20

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

Shades of Peru Tan #793A14

Tints of Peru Tan #793A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.15%

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

R = 60.8%
G = 29.15%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#793A14 (or 0x793A14) is known color: Peru Tan. HEX triplet: 79, 3A and 14. RGB value is (121,58,20). Sum of RGB (Red+Green+Blue) = 121+58+20=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #793A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793A14 is #86C5EB. Grayscale: #484848. Windows color (decimal): -8832492 or 1325689. OLE color: 1325689.

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

Color convert

RGB 121 58 20 -
CMYK 0 0.52 0.83 0.53
HSL 22.57º 0.72% 0.28% -
HSV(B) 22.57º 0.83% 0.47% -
XYZ 9.52 7.14 1.54 -
YUV 72.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 121 58 20 0 0.52 0.83 0.53 22.57 0.72 0.28
Hex 79 3A 14 0 34 53 35 17 48 1C
Octal 171 72 24 0 64 123 65 27 110 34
Binary 1111001 111010 10100 0 110100 1010011 110101 10111 1001000 11100

Color Harmonies of #793A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793A14

Black with #793A14

Text Example


Text Example

White with #793A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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