#755231

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

Shades of Shingle Fawn #755231

Tints of Shingle Fawn #755231

Color information

#755231 (or 0x755231) is unknown color: approx Shingle Fawn. HEX triplet: 75, 52 and 31. RGB value is (117,82,49). Sum of RGB (Red+Green+Blue) = 117+82+49=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755231 is #8AADCE. Grayscale: #585858. Windows color (decimal): -9088463 or 3232373. OLE color: 3232373.

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

Color convert

RGB1178249-
CMYK00.300.580.54
HSL29.12º40.96%32.55%-
HSV(B)29.12º58.12%45.88%-
XYZ10.9110.044.27-
YUV88.7105.6148.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=47.18%
G=33.06%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117824900.300.580.5429.1240.9632.55
Hex75523101E3A361d2921
Octal165122610367266355141
Binary1110101101001011000101111011101011011011101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755231; }

 p { color: rgb(117,82,49); }

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

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

 a { background-color: rgb(117,82,49); }

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

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

 span { border-color: rgb(117,82,49); }

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