#94510E

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

Shades of Saddle Brown #94510E

Tints of Saddle Brown #94510E

Color information

#94510E (or 0x94510E) is unknown color: approx Saddle Brown. HEX triplet: 94, 51 and 0E. RGB value is (148,81,14). Sum of RGB (Red+Green+Blue) = 148+81+14=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94510E is #6BAEF1. Grayscale: #5D5D5D. Windows color (decimal): -7057138 or 938388. OLE color: 938388.

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

Color convert

RGB1488114-
CMYK00.450.910.42
HSL30º82.72%31.76%-
HSV(B)30º90.54%58.04%-
XYZ15.2312.211.97-
YUV93.483.2166.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=60.91%
G=33.33%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148811400.450.910.423082.7231.76
Hex9451E02D5B2A1e5320
Octal22412116055133523612340
Binary100101001010001111001011011011011101010111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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