#755536

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

Shades of Shingle Fawn #755536

Tints of Shingle Fawn #755536

Color information

#755536 (or 0x755536) is unknown color: approx Shingle Fawn. HEX triplet: 75, 55 and 36. RGB value is (117,85,54). Sum of RGB (Red+Green+Blue) = 117+85+54=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755536 is #8AAAC9. Grayscale: #5B5B5B. Windows color (decimal): -9087690 or 3560821. OLE color: 3560821.

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

Color convert

RGB1178554-
CMYK00.270.540.54
HSL29.52º36.84%33.53%-
HSV(B)29.52º53.85%45.88%-
XYZ11.2510.554.93-
YUV91.03107.1146.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=45.70%
G=33.20%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117855400.270.540.5429.5236.8433.53
Hex75553601B36361e2522
Octal165125660336666364542
Binary1110101101010111011001101111011011011011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755536; }

 p { color: rgb(117,85,54); }

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

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

 a { background-color: rgb(117,85,54); }

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

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

 span { border-color: rgb(117,85,54); }

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