#94350E

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

Shades of Saddle Brown #94350E

Tints of Saddle Brown #94350E

Color information

#94350E (or 0x94350E) is unknown color: approx Saddle Brown. HEX triplet: 94, 35 and 0E. RGB value is (148,53,14). Sum of RGB (Red+Green+Blue) = 148+53+14=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #94350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94350E is #6BCAF1. Grayscale: #4D4D4D. Windows color (decimal): -7064306 or 931220. OLE color: 931220.

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

Color convert

RGB1485314-
CMYK00.640.910.42
HSL17.46º82.72%31.76%-
HSV(B)17.46º90.54%58.04%-
XYZ13.578.871.41-
YUV76.9692.47178.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.84%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=68.84%
G=24.65%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148531400.640.910.4217.4682.7231.76
Hex9435E0405B2A115320
Octal22465160100133522112340
Binary100101001101011110010000001011011101010100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,53,14); }

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

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

 a { background-color: rgb(148,53,14); }

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

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

 span { border-color: rgb(148,53,14); }

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