#752B1C

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

Shades of Pueblo #752B1C

Tints of Pueblo #752B1C

Color information

#752B1C (or 0x752B1C) is unknown color: approx Pueblo. HEX triplet: 75, 2B and 1C. RGB value is (117,43,28). Sum of RGB (Red+Green+Blue) = 117+43+28=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B1C is #8AD4E3. Grayscale: #3F3F3F. Windows color (decimal): -9098468 or 1846133. OLE color: 1846133.

HSL color Cylindrical-coordinate representation of color #752B1C: hue angle of 10.11º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752B1C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1174328-
CMYK00.630.760.54
HSL10.11º61.38%28.43%-
HSV(B)10.11º76.07%45.88%-
XYZ8.415.591.74-
YUV63.42108.02166.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=62.23%
G=22.87%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117432800.630.760.5410.1161.3828.43
Hex752B1C03F4C36a3d1c
Octal165533407711466127534
Binary11101011010111110001111111001100110110101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,43,28); }

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

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

 a { background-color: rgb(117,43,28); }

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

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

 span { border-color: rgb(117,43,28); }

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