#793325

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

Shades of Pueblo #793325

Tints of Pueblo #793325

Color information

#793325 (or 0x793325) is unknown color: approx Pueblo. HEX triplet: 79, 33 and 25. RGB value is (121,51,37). Sum of RGB (Red+Green+Blue) = 121+51+37=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #793325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793325 is #86CCDA. Grayscale: #464646. Windows color (decimal): -8834267 or 2438009. OLE color: 2438009.

HSL color Cylindrical-coordinate representation of color #793325: hue angle of 10º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793325 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1215137-
CMYK00.580.690.53
HSL10º53.16%30.98%-
HSV(B)10º69.42%47.45%-
XYZ9.46.572.52-
YUV70.33109.19164.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.89%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 37 (14.84% from 255) = 17.70%
R=57.89%
G=24.40%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121513700.580.690.531053.1630.98
Hex79332503A4535a351f
Octal171634507210565126537
Binary111100111001110010101110101000101110101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793325; }

 p { color: rgb(121,51,37); }

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

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

 a { background-color: rgb(121,51,37); }

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

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

 span { border-color: rgb(121,51,37); }

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