#753221

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

Shades of Pueblo #753221

Tints of Pueblo #753221

Color information

#753221 (or 0x753221) is unknown color: approx Pueblo. HEX triplet: 75, 32 and 21. RGB value is (117,50,33). Sum of RGB (Red+Green+Blue) = 117+50+33=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #753221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753221 is #8ACDDE. Grayscale: #444444. Windows color (decimal): -9096671 or 2175605. OLE color: 2175605.

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

Color convert

RGB1175033-
CMYK00.570.720.54
HSL12.14º56%29.41%-
HSV(B)12.14º71.79%45.88%-
XYZ8.756.172.17-
YUV68.1108.2162.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=58.5%
G=25%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117503300.570.720.5412.145629.41
Hex7532210394836c381d
Octal165624107111066147035
Binary111010111001010000101110011001000110110110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753221; }

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

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

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

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

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

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

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

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