#93716D

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

Shades of Ferra #93716D

Tints of Ferra #93716D

Color information

#93716D (or 0x93716D) is unknown color: approx Ferra. HEX triplet: 93, 71 and 6D. RGB value is (147,113,109). Sum of RGB (Red+Green+Blue) = 147+113+109=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93716D is #6C8E92. Grayscale: #7A7A7A. Windows color (decimal): -7114387 or 7172499. OLE color: 7172499.

HSL color Cylindrical-coordinate representation of color #93716D: hue angle of 6.32º 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 #93716D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB147113109-
CMYK00.230.260.42
HSL6.32º14.96%50.2%-
HSV(B)6.32º25.85%57.65%-
XYZ20.719.1217.07-
YUV122.71120.26145.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=39.84%
G=30.62%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711310900.230.260.426.3214.9650.2
Hex93716D0171A2A6f32
Octal223161155027325261762
Binary1001001111100011101101010111110101010101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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