#752819

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

Shades of Pueblo #752819

Tints of Pueblo #752819

Color information

#752819 (or 0x752819) is unknown color: approx Pueblo. HEX triplet: 75, 28 and 19. RGB value is (117,40,25). Sum of RGB (Red+Green+Blue) = 117+40+25=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #752819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752819 is #8AD7E6. Grayscale: #3D3D3D. Windows color (decimal): -9099239 or 1648757. OLE color: 1648757.

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

Color convert

RGB1174025-
CMYK00.660.790.54
HSL9.78º64.79%27.84%-
HSV(B)9.78º78.63%45.88%-
XYZ8.275.371.52-
YUV61.31107.51167.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=64.29%
G=21.98%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117402500.660.790.549.7864.7927.84
Hex7528190424F36a411c
Octal16550310102117661210134
Binary1110101101000110010100001010011111101101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752819; }

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

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

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

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

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

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

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

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