#79301A

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

Shades of Pueblo #79301A

Tints of Pueblo #79301A

Color information

#79301A (or 0x79301A) is unknown color: approx Pueblo. HEX triplet: 79, 30 and 1A. RGB value is (121,48,26). Sum of RGB (Red+Green+Blue) = 121+48+26=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #79301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79301A is #86CFE5. Grayscale: #434343. Windows color (decimal): -8835046 or 1716345. OLE color: 1716345.

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

Color convert

RGB1214826-
CMYK00.600.790.53
HSL13.89º64.63%28.82%-
HSV(B)13.89º78.51%47.45%-
XYZ9.136.251.7-
YUV67.32104.68166.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.05%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=62.05%
G=24.62%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121482600.600.790.5313.8964.6328.82
Hex79301A03C4F35e411d
Octal1716032074117651610135
Binary111100111000011010011110010011111101011110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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