#755738

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

Shades of Shingle Fawn #755738

Tints of Shingle Fawn #755738

Color information

#755738 (or 0x755738) is unknown color: approx Shingle Fawn. HEX triplet: 75, 57 and 38. RGB value is (117,87,56). Sum of RGB (Red+Green+Blue) = 117+87+56=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #755738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755738 is #8AA8C7. Grayscale: #5C5C5C. Windows color (decimal): -9087176 or 3692405. OLE color: 3692405.

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

Color convert

RGB1178756-
CMYK00.260.520.54
HSL30.49º35.26%33.92%-
HSV(B)30.49º52.14%45.88%-
XYZ11.4610.885.24-
YUV92.44107.44145.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=45%
G=33.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117875600.260.520.5430.4935.2633.92
Hex75573801A34361e2322
Octal165127700326466364342
Binary1110101101011111100001101011010011011011110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755738; }

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

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

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

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

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

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

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

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