#994E07

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

Shades of Saddle Brown #994E07

Tints of Saddle Brown #994E07

Color information

#994E07 (or 0x994E07) is unknown color: approx Saddle Brown. HEX triplet: 99, 4E and 07. RGB value is (153,78,7). Sum of RGB (Red+Green+Blue) = 153+78+7=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #994E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994E07 is #66B1F8. Grayscale: #5C5C5C. Windows color (decimal): -6730233 or 478873. OLE color: 478873.

HSL color Cylindrical-coordinate representation of color #994E07: hue angle of 29.18º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #994E07 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB153787-
CMYK00.490.950.4
HSL29.18º91.25%31.37%-
HSV(B)29.18º95.42%60%-
XYZ15.912.241.72-
YUV92.3379.85171.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.29%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 7 (3.12% from 255) = 2.94%
R=64.29%
G=32.77%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15378700.490.950.429.1891.2531.37
Hex994E70315F281d5b1f
Octal2311167061137503513337
Binary1001100110011101110110001101111110100011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E07; }

 p { color: rgb(153,78,7); }

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

<style>
 a { background-color: #994E07; }

 a { background-color: rgb(153,78,7); }

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

<style>
 span { border-color: #994E07; }

 span { border-color: rgb(153,78,7); }

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