#752E1E

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

Shades of Pueblo #752E1E

Tints of Pueblo #752E1E

Color information

#752E1E (or 0x752E1E) is unknown color: approx Pueblo. HEX triplet: 75, 2E and 1E. RGB value is (117,46,30). Sum of RGB (Red+Green+Blue) = 117+46+30=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1E is #8AD1E1. Grayscale: #414141. Windows color (decimal): -9097698 or 1977973. OLE color: 1977973.

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

Color convert

RGB1174630-
CMYK00.610.740.54
HSL11.03º59.18%28.82%-
HSV(B)11.03º74.36%45.88%-
XYZ8.555.831.9-
YUV65.4108.02164.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=60.62%
G=23.83%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117463000.610.740.5411.0359.1828.82
Hex752E1E03D4A36b3b1d
Octal165563607511266137335
Binary11101011011101111001111011001010110110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,30); }

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

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

 a { background-color: rgb(117,46,30); }

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

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

 span { border-color: rgb(117,46,30); }

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