#792A14

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

Shades of Pueblo #792A14

Tints of Pueblo #792A14

Color information

#792A14 (or 0x792A14) is unknown color: approx Pueblo. HEX triplet: 79, 2A and 14. RGB value is (121,42,20). Sum of RGB (Red+Green+Blue) = 121+42+20=183 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.12% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 121 - color contains mainly: red. Hex color #792A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A14 is #86D5EB. Grayscale: #3F3F3F. Windows color (decimal): -8836588 or 1321593. OLE color: 1321593.

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

Color convert

RGB1214220-
CMYK00.650.830.53
HSL13.07º71.63%27.65%-
HSV(B)13.07º83.47%47.45%-
XYZ8.845.771.31-
YUV63.11103.67169.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.12%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=66.12%
G=22.95%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121422000.650.830.5313.0771.6327.65
Hex792A140415335d481c
Octal17152240101123651511034
Binary1111001101010101000100000110100111101011101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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