#755335

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

Shades of Shingle Fawn #755335

Tints of Shingle Fawn #755335

Color information

#755335 (or 0x755335) is unknown color: approx Shingle Fawn. HEX triplet: 75, 53 and 35. RGB value is (117,83,53). Sum of RGB (Red+Green+Blue) = 117+83+53=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #755335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755335 is #8AACCA. Grayscale: #595959. Windows color (decimal): -9088203 or 3494773. OLE color: 3494773.

HSL color Cylindrical-coordinate representation of color #755335: hue angle of 28.13º 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 #755335 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1178353-
CMYK00.290.550.54
HSL28.13º37.65%33.33%-
HSV(B)28.13º54.7%45.88%-
XYZ11.0710.234.76-
YUV89.75107.26147.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=46.25%
G=32.81%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117835300.290.550.5428.1337.6533.33
Hex75533501D37361c2621
Octal165123650356766344641
Binary1110101101001111010101110111011111011011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755335; }

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

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

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

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

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

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

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

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