#75552D

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

Shades of Shingle Fawn #75552D

Tints of Shingle Fawn #75552D

Color information

#75552D (or 0x75552D) is unknown color: approx Shingle Fawn. HEX triplet: 75, 55 and 2D. RGB value is (117,85,45). Sum of RGB (Red+Green+Blue) = 117+85+45=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75552D is #8AAAD2. Grayscale: #5A5A5A. Windows color (decimal): -9087699 or 2970997. OLE color: 2970997.

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

Color convert

RGB1178545-
CMYK00.270.620.54
HSL33.33º44.44%31.76%-
HSV(B)33.33º61.54%45.88%-
XYZ11.0610.473.92-
YUV90.01102.6147.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=47.37%
G=34.41%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117854500.270.620.5433.3344.4431.76
Hex75552D01B3E36212c20
Octal165125550337666415440
Binary11101011010101101101011011111110110110100001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75552D; }

 p { color: rgb(117,85,45); }

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

<style>
 a { background-color: #75552D; }

 a { background-color: rgb(117,85,45); }

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

<style>
 span { border-color: #75552D; }

 span { border-color: rgb(117,85,45); }

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