#75321E

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

Shades of Pueblo #75321E

Tints of Pueblo #75321E

Color information

#75321E (or 0x75321E) is unknown color: approx Pueblo. HEX triplet: 75, 32 and 1E. RGB value is (117,50,30). Sum of RGB (Red+Green+Blue) = 117+50+30=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75321E is #8ACDE1. Grayscale: #434343. Windows color (decimal): -9096674 or 1978997. OLE color: 1978997.

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

Color convert

RGB1175030-
CMYK00.570.740.54
HSL13.79º59.18%28.82%-
HSV(B)13.79º74.36%45.88%-
XYZ8.716.161.96-
YUV67.75106.7163.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=59.39%
G=25.38%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117503000.570.740.5413.7959.1828.82
Hex75321E0394A36e3b1d
Octal165623607111266167335
Binary11101011100101111001110011001010110110111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75321E; }

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

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

<style>
 a { background-color: #75321E; }

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

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

<style>
 span { border-color: #75321E; }

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

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