#93460E

Color #93460E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #93460E

Tints of Saddle Brown #93460E

Color information

#93460E (or 0x93460E) is unknown color: approx Saddle Brown. HEX triplet: 93, 46 and 0E. RGB value is (147,70,14). Sum of RGB (Red+Green+Blue) = 147+70+14=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93460E is #6CB9F1. Grayscale: #565656. Windows color (decimal): -7125490 or 935571. OLE color: 935571.

HSL color Cylindrical-coordinate representation of color #93460E: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93460E is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1477014-
CMYK00.520.900.42
HSL25.26º82.61%31.57%-
HSV(B)25.26º90.48%57.65%-
XYZ14.310.621.71-
YUV86.6487.01171.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=63.64%
G=30.30%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147701400.520.900.4225.2682.6131.57
Hex9346E0345A2A195320
Octal22310616064132523112340
Binary100100111000110111001101001011010101010110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93460E; }

 p { color: rgb(147,70,14); }

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

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

 a { background-color: rgb(147,70,14); }

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

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

 span { border-color: rgb(147,70,14); }

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