#752D15

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

Shades of Pueblo #752D15

Tints of Pueblo #752D15

Color information

#752D15 (or 0x752D15) is unknown color: approx Pueblo. HEX triplet: 75, 2D and 15. RGB value is (117,45,21). Sum of RGB (Red+Green+Blue) = 117+45+21=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D15 is #8AD2EA. Grayscale: #3F3F3F. Windows color (decimal): -9097963 or 1387893. OLE color: 1387893.

HSL color Cylindrical-coordinate representation of color #752D15: hue angle of 15º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752D15 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1174521-
CMYK00.620.820.54
HSL15º69.57%27.06%-
HSV(B)15º82.05%45.88%-
XYZ8.415.711.37-
YUV63.79103.85165.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=63.93%
G=24.59%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117452100.620.820.541569.5727.06
Hex752D1503E5236f461b
Octal1655525076122661710633
Binary111010110110110101011111010100101101101111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752D15; }

 p { color: rgb(117,45,21); }

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

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

 a { background-color: rgb(117,45,21); }

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

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

 span { border-color: rgb(117,45,21); }

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