#755435

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

Shades of Shingle Fawn #755435

Tints of Shingle Fawn #755435

Color information

#755435 (or 0x755435) is unknown color: approx Shingle Fawn. HEX triplet: 75, 54 and 35. RGB value is (117,84,53). Sum of RGB (Red+Green+Blue) = 117+84+53=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755435 is #8AABCA. Grayscale: #5A5A5A. Windows color (decimal): -9087947 or 3495029. OLE color: 3495029.

HSL color Cylindrical-coordinate representation of color #755435: hue angle of 29.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755435 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1178453-
CMYK00.280.550.54
HSL29.06º37.65%33.33%-
HSV(B)29.06º54.7%45.88%-
XYZ11.1510.384.78-
YUV90.33106.93147.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=46.06%
G=33.07%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117845300.280.550.5429.0637.6533.33
Hex75543501C37361d2621
Octal165124650346766354641
Binary1110101101010011010101110011011111011011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755435; }

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

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

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

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

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

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

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

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