#993803

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

Shades of Saddle Brown #993803

Tints of Saddle Brown #993803

Color information

#993803 (or 0x993803) is unknown color: approx Saddle Brown. HEX triplet: 99, 38 and 03. RGB value is (153,56,3). Sum of RGB (Red+Green+Blue) = 153+56+3=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #993803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993803 is #66C7FC. Grayscale: #4F4F4F. Windows color (decimal): -6735869 or 211097. OLE color: 211097.

HSL color Cylindrical-coordinate representation of color #993803: hue angle of 21.2º 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 #993803 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB153563-
CMYK00.630.980.4
HSL21.2º96.15%30.59%-
HSV(B)21.2º98.04%60%-
XYZ14.579.611.17-
YUV78.9685.14180.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.17%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=72.17%
G=26.42%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15356300.630.980.421.296.1530.59
Hex9938303F622815601f
Octal231703077142502514037
Binary10011001111000110111111110001010100010101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993803; }

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

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

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

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

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

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

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

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