#792911

Color #792911 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #792911

Tints of Pueblo #792911

Color information

#792911 (or 0x792911) is unknown color: approx Pueblo. HEX triplet: 79, 29 and 11. RGB value is (121,41,17). Sum of RGB (Red+Green+Blue) = 121+41+17=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #792911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792911 is #86D6EE. Grayscale: #3E3E3E. Windows color (decimal): -8836847 or 1124729. OLE color: 1124729.

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

Color convert

RGB1214117-
CMYK00.660.860.53
HSL13.85º75.36%27.06%-
HSV(B)13.85º85.95%47.45%-
XYZ8.785.691.17-
YUV62.18102.5169.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=67.60%
G=22.91%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121411700.660.860.5313.8575.3627.06
Hex7929110425635e4b1b
Octal17151210102126651611333
Binary1111001101001100010100001010101101101011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792911; }

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

 H1.HeaderClassName
 {
   color: #792911;
 }
 .AnyTagClassName
 {
   color: #792911;
 }
</style>
background-color css

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

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

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

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

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

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