#752D1C

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

Shades of Pueblo #752D1C

Tints of Pueblo #752D1C

Color information

#752D1C (or 0x752D1C) is unknown color: approx Pueblo. HEX triplet: 75, 2D and 1C. RGB value is (117,45,28). Sum of RGB (Red+Green+Blue) = 117+45+28=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D1C is #8AD2E3. Grayscale: #404040. Windows color (decimal): -9097956 or 1846645. OLE color: 1846645.

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

Color convert

RGB1174528-
CMYK00.620.760.54
HSL11.46º61.38%28.43%-
HSV(B)11.46º76.07%45.88%-
XYZ8.485.741.76-
YUV64.59107.35165.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=61.58%
G=23.68%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117452800.620.760.5411.4661.3828.43
Hex752D1C03E4C36b3d1c
Octal165553407611466137534
Binary11101011011011110001111101001100110110101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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