#752E1A

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

Shades of Pueblo #752E1A

Tints of Pueblo #752E1A

Color information

#752E1A (or 0x752E1A) is unknown color: approx Pueblo. HEX triplet: 75, 2E and 1A. RGB value is (117,46,26). Sum of RGB (Red+Green+Blue) = 117+46+26=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1A is #8AD1E5. Grayscale: #414141. Windows color (decimal): -9097702 or 1715829. OLE color: 1715829.

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

Color convert

RGB1174626-
CMYK00.610.780.54
HSL13.19º63.64%28.04%-
HSV(B)13.19º77.78%45.88%-
XYZ8.55.811.65-
YUV64.95106.02165.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=61.90%
G=24.34%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117462600.610.780.5413.1963.6428.04
Hex752E1A03D4E36d401c
Octal1655632075116661510034
Binary111010110111011010011110110011101101101101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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