#994915

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

Shades of Saddle Brown #994915

Tints of Saddle Brown #994915

Color information

#994915 (or 0x994915) is unknown color: approx Saddle Brown. HEX triplet: 99, 49 and 15. RGB value is (153,73,21). Sum of RGB (Red+Green+Blue) = 153+73+21=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #994915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994915 is #66B6EA. Grayscale: #5B5B5B. Windows color (decimal): -6731499 or 1395097. OLE color: 1395097.

HSL color Cylindrical-coordinate representation of color #994915: hue angle of 23.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #994915 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1537321-
CMYK00.520.860.4
HSL23.64º75.86%34.12%-
HSV(B)23.64º86.27%60%-
XYZ15.6511.592.12-
YUV90.9988.5172.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=61.94%
G=29.55%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153732100.520.860.423.6475.8634.12
Hex9949150345628184c22
Octal23111125064126503011442
Binary1001100110010011010101101001010110101000110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994915; }

 p { color: rgb(153,73,21); }

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

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

 a { background-color: rgb(153,73,21); }

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

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

 span { border-color: rgb(153,73,21); }

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