#752F24

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

Shades of Pueblo #752F24

Tints of Pueblo #752F24

Color information

#752F24 (or 0x752F24) is unknown color: approx Pueblo. HEX triplet: 75, 2F and 24. RGB value is (117,47,36). Sum of RGB (Red+Green+Blue) = 117+47+36=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F24 is #8AD0DB. Grayscale: #424242. Windows color (decimal): -9097436 or 2371445. OLE color: 2371445.

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

Color convert

RGB1174736-
CMYK00.600.690.54
HSL8.15º52.94%30%-
HSV(B)8.15º69.23%45.88%-
XYZ8.675.942.36-
YUV66.68110.69163.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=58.5%
G=23.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117473600.600.690.548.1552.9430
Hex752F2403C45368351e
Octal165574407410566106536
Binary111010110111110010001111001000101110110100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,47,36); }

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

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

 a { background-color: rgb(117,47,36); }

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

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

 span { border-color: rgb(117,47,36); }

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