#753726

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

Shades of Pueblo #753726

Tints of Pueblo #753726

Color information

#753726 (or 0x753726) is unknown color: approx Pueblo. HEX triplet: 75, 37 and 26. RGB value is (117,55,38). Sum of RGB (Red+Green+Blue) = 117+55+38=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #753726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753726 is #8AC8D9. Grayscale: #474747. Windows color (decimal): -9095386 or 2504565. OLE color: 2504565.

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

Color convert

RGB1175538-
CMYK00.530.680.54
HSL12.91º50.97%30.39%-
HSV(B)12.91º67.52%45.88%-
XYZ9.056.652.64-
YUV71.6109.04160.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=55.71%
G=26.19%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117553800.530.680.5412.9150.9730.39
Hex7537260354436d331e
Octal165674606510466156336
Binary111010111011110011001101011000100110110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753726; }

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

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

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

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

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

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

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

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