Html Css Color HEX #792A00 Peru Tan

📋 copy color: '#792A00'

red 121 ◦ green 42 ◦ blue 0

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

Shades of Peru Tan #792A00

Tints of Peru Tan #792A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.23%
G = 25.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#792A00 (or 0x792A00) is known color: Peru Tan. HEX triplet: 79, 2A and 00. RGB value is (121,42,0). Sum of RGB (Red+Green+Blue) = 121+42+0=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #792A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A00 is #86D5FF. Grayscale: #3D3D3D. Windows color (decimal): -8836608 or 10873. OLE color: 10873.

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

Color convert

RGB 121 42 0 -
CMYK 0 0.65 1 0.53
HSL 20.83º 1% 0.24% -
HSV(B) 20.83º 1% 0.47% -
XYZ 8.71 5.72 0.65 -
YUV 60.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 121 42 0 0 0.65 1 0.53 20.83 1 0.24
Hex 79 2A 0 0 41 64 35 15 64 18
Octal 171 52 0 0 101 144 65 25 144 30
Binary 1111001 101010 0 0 1000001 1100100 110101 10101 1100100 11000

Color Harmonies of #792A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792A00

Black with #792A00

Text Example


Text Example

White with #792A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792A00; }

 p { color: rgb(121,42,0); }

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

background-color css

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

 a { background-color: rgb(121,42,0); }

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

border-color css

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

 span { border-color: rgb(121,42,0); }

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