Html Css Color HEX #793005 Peru Tan

📋 copy color: '#793005'

red 121 ◦ green 48 ◦ blue 5

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

Shades of Peru Tan #793005

Tints of Peru Tan #793005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 69.54%
G = 27.59%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#793005 (or 0x793005) is known color: Peru Tan. HEX triplet: 79, 30 and 05. RGB value is (121,48,5). Sum of RGB (Red+Green+Blue) = 121+48+5=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #793005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793005 is #86CFFA. Grayscale: #414141. Windows color (decimal): -8835067 or 340089. OLE color: 340089.

HSL color Cylindrical-coordinate representation of color #793005: hue angle of 22.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #793005 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 5 -
CMYK 0 0.60 0.96 0.53
HSL 22.24º 0.92% 0.25% -
HSV(B) 22.24º 0.96% 0.47% -
XYZ 8.97 6.19 0.87 -
YUV 64.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 121 48 5 0 0.60 0.96 0.53 22.24 0.92 0.25
Hex 79 30 5 0 3C 60 35 16 5C 19
Octal 171 60 5 0 74 140 65 26 134 31
Binary 1111001 110000 101 0 111100 1100000 110101 10110 1011100 11001

Color Harmonies of #793005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793005

Black with #793005

Text Example


Text Example

White with #793005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793005; }

 p { color: rgb(121,48,5); }

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

background-color css

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

 a { background-color: rgb(121,48,5); }

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

border-color css

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

 span { border-color: rgb(121,48,5); }

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