#753223

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

Shades of Pueblo #753223

Tints of Pueblo #753223

Color information

#753223 (or 0x753223) is unknown color: approx Pueblo. HEX triplet: 75, 32 and 23. RGB value is (117,50,35). Sum of RGB (Red+Green+Blue) = 117+50+35=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753223 is #8ACDDC. Grayscale: #444444. Windows color (decimal): -9096669 or 2306677. OLE color: 2306677.

HSL color Cylindrical-coordinate representation of color #753223: hue angle of 10.98º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753223 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1175035-
CMYK00.570.700.54
HSL10.98º53.95%29.8%-
HSV(B)10.98º70.09%45.88%-
XYZ8.786.182.32-
YUV68.32109.2162.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 35 (14.06% from 255) = 17.33%
R=57.92%
G=24.75%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117503500.570.700.5410.9853.9529.8
Hex7532230394636b361e
Octal165624307110666136636
Binary111010111001010001101110011000110110110101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753223; }

 p { color: rgb(117,50,35); }

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

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

 a { background-color: rgb(117,50,35); }

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

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

 span { border-color: rgb(117,50,35); }

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