Html Css Color HEX #792901 Peru Tan

📋 copy color: '#792901'

red 121 ◦ green 41 ◦ blue 1

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

Shades of Peru Tan #792901

Tints of Peru Tan #792901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 74.23%
G = 25.15%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#792901 (or 0x792901) is known color: Peru Tan. HEX triplet: 79, 29 and 01. RGB value is (121,41,1). Sum of RGB (Red+Green+Blue) = 121+41+1=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #792901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792901 is #86D6FE. Grayscale: #3C3C3C. Windows color (decimal): -8836863 or 76153. OLE color: 76153.

HSL color Cylindrical-coordinate representation of color #792901: hue angle of 20º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #792901 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 1 -
CMYK 0 0.66 0.99 0.53
HSL 20º 0.98% 0.24% -
HSV(B) 20º 0.99% 0.47% -
XYZ 8.68 5.65 0.66 -
YUV 60.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 121 41 1 0 0.66 0.99 0.53 20 0.98 0.24
Hex 79 29 1 0 42 63 35 14 62 18
Octal 171 51 1 0 102 143 65 24 142 30
Binary 1111001 101001 1 0 1000010 1100011 110101 10100 1100010 11000

Color Harmonies of #792901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792901

Black with #792901

Text Example


Text Example

White with #792901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792901; }

 p { color: rgb(121,41,1); }

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

background-color css

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

 a { background-color: rgb(121,41,1); }

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

border-color css

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

 span { border-color: rgb(121,41,1); }

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