#753321

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

Shades of Pueblo #753321

Tints of Pueblo #753321

Color information

#753321 (or 0x753321) is unknown color: approx Pueblo. HEX triplet: 75, 33 and 21. RGB value is (117,51,33). Sum of RGB (Red+Green+Blue) = 117+51+33=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #753321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753321 is #8ACCDE. Grayscale: #444444. Windows color (decimal): -9096415 or 2175861. OLE color: 2175861.

HSL color Cylindrical-coordinate representation of color #753321: hue angle of 12.86º 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 #753321 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1175133-
CMYK00.560.720.54
HSL12.86º56%29.41%-
HSV(B)12.86º71.79%45.88%-
XYZ8.796.262.18-
YUV68.68107.87162.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=58.21%
G=25.37%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117513300.560.720.5412.865629.41
Hex7533210384836d381d
Octal165634107011066157035
Binary111010111001110000101110001001000110110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753321; }

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

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

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

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

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

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

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

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