#75341F

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

Shades of Pueblo #75341F

Tints of Pueblo #75341F

Color information

#75341F (or 0x75341F) is unknown color: approx Pueblo. HEX triplet: 75, 34 and 1F. RGB value is (117,52,31). Sum of RGB (Red+Green+Blue) = 117+52+31=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75341F is #8ACBE0. Grayscale: #454545. Windows color (decimal): -9096161 or 2045045. OLE color: 2045045.

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

Color convert

RGB1175231-
CMYK00.560.740.54
HSL14.65º58.11%29.02%-
HSV(B)14.65º73.5%45.88%-
XYZ8.816.342.06-
YUV69.04106.53162.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=58.5%
G=26%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117523100.560.740.5414.6558.1129.02
Hex75341F0384A36f3a1d
Octal165643707011266177235
Binary11101011101001111101110001001010110110111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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