#792D15

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

Shades of Pueblo #792D15

Tints of Pueblo #792D15

Color information

#792D15 (or 0x792D15) is unknown color: approx Pueblo. HEX triplet: 79, 2D and 15. RGB value is (121,45,21). Sum of RGB (Red+Green+Blue) = 121+45+21=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #792D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792D15 is #86D2EA. Grayscale: #414141. Windows color (decimal): -8835819 or 1387897. OLE color: 1387897.

HSL color Cylindrical-coordinate representation of color #792D15: hue angle of 14.4º degrees, saturation: 0.7, 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 #792D15 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1214521-
CMYK00.630.830.53
HSL14.4º70.42%27.84%-
HSV(B)14.4º82.64%47.45%-
XYZ8.9661.39-
YUV64.99103.18167.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.71%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=64.71%
G=24.06%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121452100.630.830.5314.470.4227.84
Hex792D1503F5335e461c
Octal1715525077123651610634
Binary111100110110110101011111110100111101011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,45,21); }

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

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

 a { background-color: rgb(121,45,21); }

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

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

 span { border-color: rgb(121,45,21); }

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