#755C38

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

Shades of Shingle Fawn #755C38

Tints of Shingle Fawn #755C38

Color information

#755C38 (or 0x755C38) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5C and 38. RGB value is (117,92,56). Sum of RGB (Red+Green+Blue) = 117+92+56=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C38 is #8AA3C7. Grayscale: #5F5F5F. Windows color (decimal): -9085896 or 3693685. OLE color: 3693685.

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

Color convert

RGB1179256-
CMYK00.210.520.54
HSL35.41º35.26%33.92%-
HSV(B)35.41º52.14%45.88%-
XYZ11.8811.725.38-
YUV95.37105.78143.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=44.15%
G=34.72%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117925600.210.520.5435.4135.2633.92
Hex755C380153436232322
Octal165134700256466434342
Binary11101011011100111000010101110100110110100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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