#75522F

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

Shades of Shingle Fawn #75522F

Tints of Shingle Fawn #75522F

Color information

#75522F (or 0x75522F) is unknown color: approx Shingle Fawn. HEX triplet: 75, 52 and 2F. RGB value is (117,82,47). Sum of RGB (Red+Green+Blue) = 117+82+47=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75522F is #8AADD0. Grayscale: #585858. Windows color (decimal): -9088465 or 3101301. OLE color: 3101301.

HSL color Cylindrical-coordinate representation of color #75522F: hue angle of 30º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75522F is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1178247-
CMYK00.300.600.54
HSL30º42.68%32.16%-
HSV(B)30º59.83%45.88%-
XYZ10.8710.024.05-
YUV88.48104.6148.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=47.56%
G=33.33%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117824700.300.600.543042.6832.16
Hex75522F01E3C361e2b20
Octal165122570367466365340
Binary1110101101001010111101111011110011011011110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,82,47); }

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

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

 a { background-color: rgb(117,82,47); }

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

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

 span { border-color: rgb(117,82,47); }

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