#994303

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

Shades of Saddle Brown #994303

Tints of Saddle Brown #994303

Color information

#994303 (or 0x994303) is unknown color: approx Saddle Brown. HEX triplet: 99, 43 and 03. RGB value is (153,67,3). Sum of RGB (Red+Green+Blue) = 153+67+3=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #994303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994303 is #66BCFC. Grayscale: #555555. Windows color (decimal): -6733053 or 213913. OLE color: 213913.

HSL color Cylindrical-coordinate representation of color #994303: hue angle of 25.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #994303 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB153673-
CMYK00.560.980.4
HSL25.6º96.15%30.59%-
HSV(B)25.6º98.04%60%-
XYZ15.1610.791.37-
YUV85.4281.49176.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.61%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=68.61%
G=30.04%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15367300.560.980.425.696.1530.59
Hex9943303862281a601f
Octal2311033070142503214037
Binary100110011000011110111000110001010100011010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994303; }

 p { color: rgb(153,67,3); }

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

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

 a { background-color: rgb(153,67,3); }

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

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

 span { border-color: rgb(153,67,3); }

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