#752919

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

Shades of Pueblo #752919

Tints of Pueblo #752919

Color information

#752919 (or 0x752919) is unknown color: approx Pueblo. HEX triplet: 75, 29 and 19. RGB value is (117,41,25). Sum of RGB (Red+Green+Blue) = 117+41+25=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752919 is #8AD6E6. Grayscale: #3E3E3E. Windows color (decimal): -9098983 or 1649013. OLE color: 1649013.

HSL color Cylindrical-coordinate representation of color #752919: hue angle of 10.43º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752919 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1174125-
CMYK00.650.790.54
HSL10.43º64.79%27.84%-
HSV(B)10.43º78.63%45.88%-
XYZ8.35.441.53-
YUV61.9107.18167.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=63.93%
G=22.40%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117412500.650.790.5410.4364.7927.84
Hex7529190414F36a411c
Octal16551310101117661210134
Binary1110101101001110010100000110011111101101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752919; }

 p { color: rgb(117,41,25); }

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

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

 a { background-color: rgb(117,41,25); }

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

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

 span { border-color: rgb(117,41,25); }

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