#903001

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

Shades of Saddle Brown #903001

Tints of Saddle Brown #903001

Color information

#903001 (or 0x903001) is unknown color: approx Saddle Brown. HEX triplet: 90, 30 and 01. RGB value is (144,48,1). Sum of RGB (Red+Green+Blue) = 144+48+1=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #903001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903001 is #6FCFFE. Grayscale: #474747. Windows color (decimal): -7327743 or 77968. OLE color: 77968.

HSL color Cylindrical-coordinate representation of color #903001: hue angle of 19.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #903001 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB144481-
CMYK00.670.990.44
HSL19.72º98.62%28.43%-
HSV(B)19.72º99.31%56.47%-
XYZ12.568.050.92-
YUV71.3588.3179.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 74.61%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=74.61%
G=24.87%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14448100.670.990.4419.7298.6228.43
Hex90301043632C14631c
Octal2206010103143542414334
Binary10010000110000101000011110001110110010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903001; }

 p { color: rgb(144,48,1); }

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

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

 a { background-color: rgb(144,48,1); }

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

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

 span { border-color: rgb(144,48,1); }

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