#75542E

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

Shades of Shingle Fawn #75542E

Tints of Shingle Fawn #75542E

Color information

#75542E (or 0x75542E) is unknown color: approx Shingle Fawn. HEX triplet: 75, 54 and 2E. RGB value is (117,84,46). Sum of RGB (Red+Green+Blue) = 117+84+46=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75542E is #8AABD1. Grayscale: #595959. Windows color (decimal): -9087954 or 3036277. OLE color: 3036277.

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

Color convert

RGB1178446-
CMYK00.280.610.54
HSL32.11º43.56%31.96%-
HSV(B)32.11º60.68%45.88%-
XYZ1110.324-
YUV89.54103.43147.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=47.37%
G=34.01%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117844600.280.610.5432.1143.5631.96
Hex75542E01C3D36202c20
Octal165124560347566405440
Binary11101011010100101110011100111101110110100000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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