Html Css Color HEX #793C14 Peru Tan

📋 copy color: '#793C14'

red 121 ◦ green 60 ◦ blue 20

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

Shades of Peru Tan #793C14

Tints of Peru Tan #793C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.85%

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

R = 60.2%
G = 29.85%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#793C14 (or 0x793C14) is known color: Peru Tan. HEX triplet: 79, 3C and 14. RGB value is (121,60,20). Sum of RGB (Red+Green+Blue) = 121+60+20=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #793C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793C14 is #86C3EB. Grayscale: #494949. Windows color (decimal): -8831980 or 1326201. OLE color: 1326201.

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

Color convert

RGB 121 60 20 -
CMYK 0 0.50 0.83 0.53
HSL 23.76º 0.72% 0.28% -
HSV(B) 23.76º 0.83% 0.47% -
XYZ 9.63 7.35 1.57 -
YUV 73.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 121 60 20 0 0.50 0.83 0.53 23.76 0.72 0.28
Hex 79 3C 14 0 32 53 35 18 48 1C
Octal 171 74 24 0 62 123 65 30 110 34
Binary 1111001 111100 10100 0 110010 1010011 110101 11000 1001000 11100

Color Harmonies of #793C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793C14

Black with #793C14

Text Example


Text Example

White with #793C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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