#994800

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

Shades of Saddle Brown #994800

Tints of Saddle Brown #994800

Color information

#994800 (or 0x994800) is unknown color: approx Saddle Brown. HEX triplet: 99, 48 and 00. RGB value is (153,72,0). Sum of RGB (Red+Green+Blue) = 153+72+0=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #994800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994800 is #66B7FF. Grayscale: #585858. Windows color (decimal): -6731776 or 18585. OLE color: 18585.

HSL color Cylindrical-coordinate representation of color #994800: hue angle of 28.24º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #994800 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153720-
CMYK00.5310.4
HSL28.24º100%30%-
HSV(B)28.24º100%60%-
XYZ15.4511.411.39-
YUV88.0178.34174.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 0 (0.39% from 255) = 0%
R=68%
G=32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15372000.5310.428.2410030
Hex9948003564281c641e
Octal2311100065144503414436
Binary10011001100100000110101110010010100011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994800; }

 p { color: rgb(153,72,0); }

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

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

 a { background-color: rgb(153,72,0); }

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

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

 span { border-color: rgb(153,72,0); }

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