#792810

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

Shades of Pueblo #792810

Tints of Pueblo #792810

Color information

#792810 (or 0x792810) is unknown color: approx Pueblo. HEX triplet: 79, 28 and 10. RGB value is (121,40,16). Sum of RGB (Red+Green+Blue) = 121+40+16=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #792810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792810 is #86D7EF. Grayscale: #3D3D3D. Windows color (decimal): -8837104 or 1058937. OLE color: 1058937.

HSL color Cylindrical-coordinate representation of color #792810: hue angle of 13.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #792810 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1214016-
CMYK00.670.870.53
HSL13.71º76.64%26.86%-
HSV(B)13.71º86.78%47.45%-
XYZ8.745.621.11-
YUV61.48102.34170.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=68.36%
G=22.60%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121401600.670.870.5313.7176.6426.86
Hex7928100435735e4d1b
Octal17150200103127651611533
Binary1111001101000100000100001110101111101011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792810; }

 p { color: rgb(121,40,16); }

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

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

 a { background-color: rgb(121,40,16); }

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

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

 span { border-color: rgb(121,40,16); }

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