#79301E

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

Shades of Pueblo #79301E

Tints of Pueblo #79301E

Color information

#79301E (or 0x79301E) is unknown color: approx Pueblo. HEX triplet: 79, 30 and 1E. RGB value is (121,48,30). Sum of RGB (Red+Green+Blue) = 121+48+30=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79301E is #86CFE1. Grayscale: #434343. Windows color (decimal): -8835042 or 1978489. OLE color: 1978489.

HSL color Cylindrical-coordinate representation of color #79301E: hue angle of 11.87º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #79301E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1214830-
CMYK00.600.750.53
HSL11.87º60.26%29.61%-
HSV(B)11.87º75.21%47.45%-
XYZ9.186.271.96-
YUV67.78106.68165.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=60.80%
G=24.12%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121483000.600.750.5311.8760.2629.61
Hex79301E03C4B35c3c1e
Octal171603607411365147436
Binary11110011100001111001111001001011110101110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79301E; }

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

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

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

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

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

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

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

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