#993D03

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

Shades of Saddle Brown #993D03

Tints of Saddle Brown #993D03

Color information

#993D03 (or 0x993D03) is unknown color: approx Saddle Brown. HEX triplet: 99, 3D and 03. RGB value is (153,61,3). Sum of RGB (Red+Green+Blue) = 153+61+3=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #993D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D03 is #66C2FC. Grayscale: #525252. Windows color (decimal): -6734589 or 212377. OLE color: 212377.

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

Color convert

RGB153613-
CMYK00.600.980.4
HSL23.2º96.15%30.59%-
HSV(B)23.2º98.04%60%-
XYZ14.8210.121.26-
YUV81.983.48178.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=70.51%
G=28.11%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15361300.600.980.423.296.1530.59
Hex993D303C622817601f
Octal231753074142502714037
Binary10011001111101110111100110001010100010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D03; }

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

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

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

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

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

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

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

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