#753625

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

Shades of Pueblo #753625

Tints of Pueblo #753625

Color information

#753625 (or 0x753625) is unknown color: approx Pueblo. HEX triplet: 75, 36 and 25. RGB value is (117,54,37). Sum of RGB (Red+Green+Blue) = 117+54+37=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #753625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753625 is #8AC9DA. Grayscale: #474747. Windows color (decimal): -9095643 or 2438773. OLE color: 2438773.

HSL color Cylindrical-coordinate representation of color #753625: hue angle of 12.75º degrees, saturation: 0.52, 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 #753625 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1175437-
CMYK00.540.680.54
HSL12.75º51.95%30.2%-
HSV(B)12.75º68.38%45.88%-
XYZ8.996.552.54-
YUV70.9108.87160.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=56.25%
G=25.96%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117543700.540.680.5412.7551.9530.2
Hex7536250364436d341e
Octal165664506610466156436
Binary111010111011010010101101101000100110110110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753625; }

 p { color: rgb(117,54,37); }

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

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

 a { background-color: rgb(117,54,37); }

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

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

 span { border-color: rgb(117,54,37); }

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