#93420E

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

Shades of Saddle Brown #93420E

Tints of Saddle Brown #93420E

Color information

#93420E (or 0x93420E) is unknown color: approx Saddle Brown. HEX triplet: 93, 42 and 0E. RGB value is (147,66,14). Sum of RGB (Red+Green+Blue) = 147+66+14=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93420E is #6CBDF1. Grayscale: #545454. Windows color (decimal): -7126514 or 934547. OLE color: 934547.

HSL color Cylindrical-coordinate representation of color #93420E: hue angle of 23.46º 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 #93420E is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1476614-
CMYK00.550.900.42
HSL23.46º82.61%31.57%-
HSV(B)23.46º90.48%57.65%-
XYZ14.0610.131.63-
YUV84.2988.34172.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.76%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=64.76%
G=29.07%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147661400.550.900.4223.4682.6131.57
Hex9342E0375A2A175320
Octal22310216067132522712340
Binary100100111000010111001101111011010101010101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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