#755B36

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

Shades of Shingle Fawn #755B36

Tints of Shingle Fawn #755B36

Color information

#755B36 (or 0x755B36) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5B and 36. RGB value is (117,91,54). Sum of RGB (Red+Green+Blue) = 117+91+54=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #755B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B36 is #8AA4C9. Grayscale: #5E5E5E. Windows color (decimal): -9086154 or 3562357. OLE color: 3562357.

HSL color Cylindrical-coordinate representation of color #755B36: hue angle of 35.24º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755B36 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1179154-
CMYK00.220.540.54
HSL35.24º36.84%33.53%-
HSV(B)35.24º53.85%45.88%-
XYZ11.7411.535.1-
YUV94.56105.11144.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=44.66%
G=34.73%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117915400.220.540.5435.2436.8433.53
Hex755B360163636232522
Octal165133660266666434542
Binary11101011011011110110010110110110110110100011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B36; }

 p { color: rgb(117,91,54); }

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

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

 a { background-color: rgb(117,91,54); }

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

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

 span { border-color: rgb(117,91,54); }

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