#793427

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

Shades of Pueblo #793427

Tints of Pueblo #793427

Color information

#793427 (or 0x793427) is unknown color: approx Pueblo. HEX triplet: 79, 34 and 27. RGB value is (121,52,39). Sum of RGB (Red+Green+Blue) = 121+52+39=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #793427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793427 is #86CBD8. Grayscale: #474747. Windows color (decimal): -8834009 or 2569337. OLE color: 2569337.

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

Color convert

RGB1215239-
CMYK00.570.680.53
HSL9.51º51.25%31.37%-
HSV(B)9.51º67.77%47.45%-
XYZ9.486.672.71-
YUV71.15109.86163.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=57.08%
G=24.53%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121523900.570.680.539.5151.2531.37
Hex7934270394435a331f
Octal171644707110465126337
Binary111100111010010011101110011000100110101101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793427; }

 p { color: rgb(121,52,39); }

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

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

 a { background-color: rgb(121,52,39); }

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

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

 span { border-color: rgb(121,52,39); }

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