#755C32

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

Shades of Shingle Fawn #755C32

Tints of Shingle Fawn #755C32

Color information

#755C32 (or 0x755C32) is unknown color: approx Shingle Fawn. HEX triplet: 75, 5C and 32. RGB value is (117,92,50). Sum of RGB (Red+Green+Blue) = 117+92+50=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #755C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C32 is #8AA3CD. Grayscale: #5E5E5E. Windows color (decimal): -9085902 or 3300469. OLE color: 3300469.

HSL color Cylindrical-coordinate representation of color #755C32: hue angle of 37.61º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755C32 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1179250-
CMYK00.210.570.54
HSL37.61º40.12%32.75%-
HSV(B)37.61º57.26%45.88%-
XYZ11.7411.674.65-
YUV94.69102.78143.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=45.17%
G=35.52%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117925000.210.570.5437.6140.1232.75
Hex755C320153936262821
Octal165134620257166465041
Binary11101011011100110010010101111001110110100110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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