#792C14

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

Shades of Pueblo #792C14

Tints of Pueblo #792C14

Color information

#792C14 (or 0x792C14) is unknown color: approx Pueblo. HEX triplet: 79, 2C and 14. RGB value is (121,44,20). Sum of RGB (Red+Green+Blue) = 121+44+20=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #792C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792C14 is #86D3EB. Grayscale: #404040. Windows color (decimal): -8836076 or 1322105. OLE color: 1322105.

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

Color convert

RGB1214420-
CMYK00.640.830.53
HSL14.26º71.63%27.65%-
HSV(B)14.26º83.47%47.45%-
XYZ8.915.921.33-
YUV64.29103.01168.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.41%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=65.41%
G=23.78%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121442000.640.830.5314.2671.6327.65
Hex792C140405335e481c
Octal17154240100123651611034
Binary1111001101100101000100000010100111101011110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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