Html Css Color HEX #792900 Peru Tan

📋 copy color: '#792900'

red 121 ◦ green 41 ◦ blue 0

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

Shades of Peru Tan #792900

Tints of Peru Tan #792900

RGB

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

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

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

R = 74.69%
G = 25.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#792900 (or 0x792900) is known color: Peru Tan. HEX triplet: 79, 29 and 00. RGB value is (121,41,0). Sum of RGB (Red+Green+Blue) = 121+41+0=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #792900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792900 is #86D6FF. Grayscale: #3C3C3C. Windows color (decimal): -8836864 or 10617. OLE color: 10617.

HSL color Cylindrical-coordinate representation of color #792900: hue angle of 20.33º 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 #792900 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 0 -
CMYK 0 0.66 1 0.53
HSL 20.33º 1% 0.24% -
HSV(B) 20.33º 1% 0.47% -
XYZ 8.68 5.65 0.63 -
YUV 60.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 121 41 0 0 0.66 1 0.53 20.33 1 0.24
Hex 79 29 0 0 42 64 35 14 64 18
Octal 171 51 0 0 102 144 65 24 144 30
Binary 1111001 101001 0 0 1000010 1100100 110101 10100 1100100 11000

Color Harmonies of #792900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792900

Black with #792900

Text Example


Text Example

White with #792900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792900; }

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

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

background-color css

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

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

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

border-color css

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

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

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