#752D1B

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

Shades of Pueblo #752D1B

Tints of Pueblo #752D1B

Color information

#752D1B (or 0x752D1B) is unknown color: approx Pueblo. HEX triplet: 75, 2D and 1B. RGB value is (117,45,27). Sum of RGB (Red+Green+Blue) = 117+45+27=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D1B is #8AD2E4. Grayscale: #404040. Windows color (decimal): -9097957 or 1781109. OLE color: 1781109.

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

Color convert

RGB1174527-
CMYK00.620.770.54
HSL12º62.5%28.24%-
HSV(B)12º76.92%45.88%-
XYZ8.475.741.7-
YUV64.48106.85165.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=61.90%
G=23.81%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117452700.620.770.541262.528.24
Hex752D1B03E4D36c3e1c
Octal165553307611566147634
Binary11101011011011101101111101001101110110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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