#752E1D

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

Shades of Pueblo #752E1D

Tints of Pueblo #752E1D

Color information

#752E1D (or 0x752E1D) is unknown color: approx Pueblo. HEX triplet: 75, 2E and 1D. RGB value is (117,46,29). Sum of RGB (Red+Green+Blue) = 117+46+29=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1D is #8AD1E2. Grayscale: #414141. Windows color (decimal): -9097699 or 1912437. OLE color: 1912437.

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

Color convert

RGB1174629-
CMYK00.610.750.54
HSL11.59º60.27%28.63%-
HSV(B)11.59º75.21%45.88%-
XYZ8.535.821.84-
YUV65.29107.52164.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=60.94%
G=23.96%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117462900.610.750.5411.5960.2728.63
Hex752E1D03D4B36c3c1d
Octal165563507511366147435
Binary11101011011101110101111011001011110110110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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