#755934

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

Shades of Shingle Fawn #755934

Tints of Shingle Fawn #755934

Color information

#755934 (or 0x755934) is unknown color: approx Shingle Fawn. HEX triplet: 75, 59 and 34. RGB value is (117,89,52). Sum of RGB (Red+Green+Blue) = 117+89+52=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #755934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755934 is #8AA6CB. Grayscale: #5D5D5D. Windows color (decimal): -9086668 or 3430773. OLE color: 3430773.

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

Color convert

RGB1178952-
CMYK00.240.560.54
HSL34.15º38.46%33.14%-
HSV(B)34.15º55.56%45.88%-
XYZ11.5311.174.8-
YUV93.15104.78145.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=45.35%
G=34.50%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117895200.240.560.5434.1538.4633.14
Hex7559340183836222621
Octal165131640307066424641
Binary11101011011001110100011000111000110110100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755934; }

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

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

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

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

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

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

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

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