#75311F

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

Shades of Pueblo #75311F

Tints of Pueblo #75311F

Color information

#75311F (or 0x75311F) is unknown color: approx Pueblo. HEX triplet: 75, 31 and 1F. RGB value is (117,49,31). Sum of RGB (Red+Green+Blue) = 117+49+31=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75311F is #8ACEE0. Grayscale: #434343. Windows color (decimal): -9096929 or 2044277. OLE color: 2044277.

HSL color Cylindrical-coordinate representation of color #75311F: hue angle of 12.56º degrees, saturation: 0.58, 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 #75311F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1174931-
CMYK00.580.740.54
HSL12.56º58.11%29.02%-
HSV(B)12.56º73.5%45.88%-
XYZ8.686.082.01-
YUV67.28107.53163.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=59.39%
G=24.87%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117493100.580.740.5412.5658.1129.02
Hex75311F03A4A36d3a1d
Octal165613707211266157235
Binary11101011100011111101110101001010110110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75311F; }

 p { color: rgb(117,49,31); }

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

<style>
 a { background-color: #75311F; }

 a { background-color: rgb(117,49,31); }

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

<style>
 span { border-color: #75311F; }

 span { border-color: rgb(117,49,31); }

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