#93726D

Color #93726D Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #93726D

Tints of Ferra #93726D

Color information

#93726D (or 0x93726D) is unknown color: approx Ferra. HEX triplet: 93, 72 and 6D. RGB value is (147,114,109). Sum of RGB (Red+Green+Blue) = 147+114+109=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726D is #6C8D92. Grayscale: #7B7B7B. Windows color (decimal): -7114131 or 7172755. OLE color: 7172755.

HSL color Cylindrical-coordinate representation of color #93726D: hue angle of 7.89º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93726D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB147114109-
CMYK00.220.260.42
HSL7.89º14.96%50.2%-
HSV(B)7.89º25.85%57.65%-
XYZ20.8119.3417.1-
YUV123.3119.93144.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=39.73%
G=30.81%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711410900.220.260.427.8914.9650.2
Hex93726D0161A2A8f32
Octal2231621550263252101762
Binary10010011111001011011010101101101010101010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93726D; }

 p { color: rgb(147,114,109); }

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

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

 a { background-color: rgb(147,114,109); }

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

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

 span { border-color: rgb(147,114,109); }

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