#943003

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

Shades of Saddle Brown #943003

Tints of Saddle Brown #943003

Color information

#943003 (or 0x943003) is unknown color: approx Saddle Brown. HEX triplet: 94, 30 and 03. RGB value is (148,48,3). Sum of RGB (Red+Green+Blue) = 148+48+3=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #943003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943003 is #6BCFFC. Grayscale: #494949. Windows color (decimal): -7065597 or 209044. OLE color: 209044.

HSL color Cylindrical-coordinate representation of color #943003: hue angle of 18.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #943003 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB148483-
CMYK00.680.980.42
HSL18.62º96.03%29.61%-
HSV(B)18.62º97.97%58.04%-
XYZ13.298.421.01-
YUV72.7788.63181.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74.37%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=74.37%
G=24.12%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14848300.680.980.4218.6296.0329.61
Hex94303044622A13601e
Octal2246030104142522314036
Binary100101001100001101000100110001010101010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943003; }

 p { color: rgb(148,48,3); }

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

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

 a { background-color: rgb(148,48,3); }

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

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

 span { border-color: rgb(148,48,3); }

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