#792E1D

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

Shades of Pueblo #792E1D

Tints of Pueblo #792E1D

Color information

#792E1D (or 0x792E1D) is unknown color: approx Pueblo. HEX triplet: 79, 2E and 1D. RGB value is (121,46,29). Sum of RGB (Red+Green+Blue) = 121+46+29=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #792E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E1D is #86D1E2. Grayscale: #424242. Windows color (decimal): -8835555 or 1912441. OLE color: 1912441.

HSL color Cylindrical-coordinate representation of color #792E1D: hue angle of 11.09º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792E1D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1214629-
CMYK00.620.760.53
HSL11.09º61.33%29.41%-
HSV(B)11.09º76.03%47.45%-
XYZ9.086.111.86-
YUV66.49106.85166.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.73%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=61.73%
G=23.47%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121462900.620.760.5311.0961.3329.41
Hex792E1D03E4C35b3d1d
Octal171563507611465137535
Binary11110011011101110101111101001100110101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,46,29); }

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

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

 a { background-color: rgb(121,46,29); }

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

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

 span { border-color: rgb(121,46,29); }

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