#753728

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

Shades of Pueblo #753728

Tints of Pueblo #753728

Color information

#753728 (or 0x753728) is unknown color: approx Pueblo. HEX triplet: 75, 37 and 28. RGB value is (117,55,40). Sum of RGB (Red+Green+Blue) = 117+55+40=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753728 is #8AC8D7. Grayscale: #474747. Windows color (decimal): -9095384 or 2635637. OLE color: 2635637.

HSL color Cylindrical-coordinate representation of color #753728: hue angle of 11.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753728 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1175540-
CMYK00.530.660.54
HSL11.69º49.04%30.78%-
HSV(B)11.69º65.81%45.88%-
XYZ9.096.672.82-
YUV71.83110.04160.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=55.19%
G=25.94%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117554000.530.660.5411.6949.0430.78
Hex7537280354236c311f
Octal165675006510266146137
Binary111010111011110100001101011000010110110110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753728; }

 p { color: rgb(117,55,40); }

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

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

 a { background-color: rgb(117,55,40); }

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

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

 span { border-color: rgb(117,55,40); }

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