#755938

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

Shades of Shingle Fawn #755938

Tints of Shingle Fawn #755938

Color information

#755938 (or 0x755938) is unknown color: approx Shingle Fawn. HEX triplet: 75, 59 and 38. RGB value is (117,89,56). Sum of RGB (Red+Green+Blue) = 117+89+56=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #755938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755938 is #8AA6C7. Grayscale: #5D5D5D. Windows color (decimal): -9086664 or 3692917. OLE color: 3692917.

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

Color convert

RGB1178956-
CMYK00.240.520.54
HSL32.46º35.26%33.92%-
HSV(B)32.46º52.14%45.88%-
XYZ11.6211.215.29-
YUV93.61106.78144.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=44.66%
G=33.97%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117895600.240.520.5432.4635.2633.92
Hex7559380183436202322
Octal165131700306466404342
Binary11101011011001111000011000110100110110100000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755938; }

 p { color: rgb(117,89,56); }

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

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

 a { background-color: rgb(117,89,56); }

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

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

 span { border-color: rgb(117,89,56); }

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