#752C19

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

Shades of Pueblo #752C19

Tints of Pueblo #752C19

Color information

#752C19 (or 0x752C19) is unknown color: approx Pueblo. HEX triplet: 75, 2C and 19. RGB value is (117,44,25). Sum of RGB (Red+Green+Blue) = 117+44+25=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C19 is #8AD3E6. Grayscale: #3F3F3F. Windows color (decimal): -9098215 or 1649781. OLE color: 1649781.

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

Color convert

RGB1174425-
CMYK00.620.790.54
HSL12.39º64.79%27.84%-
HSV(B)12.39º78.63%45.88%-
XYZ8.415.651.57-
YUV63.66106.18166.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=62.90%
G=23.66%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117442500.620.790.5412.3964.7927.84
Hex752C1903E4F36c411c
Octal1655431076117661410134
Binary111010110110011001011111010011111101101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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