#755B30

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

Shades of Shingle Fawn #755B30

Tints of Shingle Fawn #755B30

Color information

#755B30 (or 0x755B30) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5B and 30. RGB value is (117,91,48). Sum of RGB (Red+Green+Blue) = 117+91+48=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B30 is #8AA4CF. Grayscale: #5E5E5E. Windows color (decimal): -9086160 or 3169141. OLE color: 3169141.

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

Color convert

RGB1179148-
CMYK00.220.590.54
HSL37.39º41.82%32.35%-
HSV(B)37.39º58.97%45.88%-
XYZ11.6111.484.4-
YUV93.87102.11144.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=45.70%
G=35.55%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117914800.220.590.5437.3941.8232.35
Hex755B300163B36252a20
Octal165133600267366455240
Binary11101011011011110000010110111011110110100101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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