#994C14

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

Shades of Saddle Brown #994C14

Tints of Saddle Brown #994C14

Color information

#994C14 (or 0x994C14) is unknown color: approx Saddle Brown. HEX triplet: 99, 4C and 14. RGB value is (153,76,20). Sum of RGB (Red+Green+Blue) = 153+76+20=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #994C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C14 is #66B3EB. Grayscale: #5C5C5C. Windows color (decimal): -6730732 or 1330329. OLE color: 1330329.

HSL color Cylindrical-coordinate representation of color #994C14: hue angle of 25.26º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #994C14 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB1537620-
CMYK00.500.870.4
HSL25.26º76.88%33.92%-
HSV(B)25.26º86.93%60%-
XYZ15.8511.992.14-
YUV92.6487.01171.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=61.45%
G=30.52%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153762000.500.870.425.2676.8833.92
Hex994C140325728194d22
Octal23111424062127503111542
Binary1001100110011001010001100101010111101000110011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,76,20); }

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

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

 a { background-color: rgb(153,76,20); }

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

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

 span { border-color: rgb(153,76,20); }

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