#94310D

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

Shades of Saddle Brown #94310D

Tints of Saddle Brown #94310D

Color information

#94310D (or 0x94310D) is unknown color: approx Saddle Brown. HEX triplet: 94, 31 and 0D. RGB value is (148,49,13). Sum of RGB (Red+Green+Blue) = 148+49+13=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94310D is #6BCEF2. Grayscale: #4A4A4A. Windows color (decimal): -7065331 or 864660. OLE color: 864660.

HSL color Cylindrical-coordinate representation of color #94310D: hue angle of 16º degrees, saturation: 0.84, 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 #94310D is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1484913-
CMYK00.670.910.42
HSL16º83.85%31.57%-
HSV(B)16º91.22%58.04%-
XYZ13.388.521.32-
YUV74.593.3180.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.48%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 13 (5.47% from 255) = 6.19%
R=70.48%
G=23.33%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148491300.670.910.421683.8531.57
Hex9431D0435B2A105420
Octal22461150103133522012440
Binary100101001100011101010000111011011101010100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,49,13); }

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

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

 a { background-color: rgb(148,49,13); }

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

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

 span { border-color: rgb(148,49,13); }

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