#755635

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

Shades of Shingle Fawn #755635

Tints of Shingle Fawn #755635

Color information

#755635 (or 0x755635) is unknown color: approx Shingle Fawn. HEX triplet: 75, 56 and 35. RGB value is (117,86,53). Sum of RGB (Red+Green+Blue) = 117+86+53=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755635 is #8AA9CA. Grayscale: #5B5B5B. Windows color (decimal): -9087435 or 3495541. OLE color: 3495541.

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

Color convert

RGB1178653-
CMYK00.260.550.54
HSL30.94º37.65%33.33%-
HSV(B)30.94º54.7%45.88%-
XYZ11.3110.694.84-
YUV91.51106.27146.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=45.70%
G=33.59%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117865300.260.550.5430.9437.6533.33
Hex75563501A37361f2621
Octal165126650326766374641
Binary1110101101011011010101101011011111011011111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755635; }

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

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

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

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

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

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

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

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