#752F18

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

Shades of Pueblo #752F18

Tints of Pueblo #752F18

Color information

#752F18 (or 0x752F18) is unknown color: approx Pueblo. HEX triplet: 75, 2F and 18. RGB value is (117,47,24). Sum of RGB (Red+Green+Blue) = 117+47+24=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F18 is #8AD0E7. Grayscale: #414141. Windows color (decimal): -9097448 or 1585013. OLE color: 1585013.

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

Color convert

RGB1174724-
CMYK00.600.790.54
HSL14.84º65.96%27.65%-
HSV(B)14.84º79.49%45.88%-
XYZ8.525.881.55-
YUV65.31104.69164.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=62.23%
G=25%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117472400.600.790.5414.8465.9627.65
Hex752F1803C4F36f421c
Octal1655730074117661710234
Binary111010110111111000011110010011111101101111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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