#902E01

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

Shades of Saddle Brown #902E01

Tints of Saddle Brown #902E01

Color information

#902E01 (or 0x902E01) is unknown color: approx Saddle Brown. HEX triplet: 90, 2E and 01. RGB value is (144,46,1). Sum of RGB (Red+Green+Blue) = 144+46+1=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #902E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902E01 is #6FD1FE. Grayscale: #464646. Windows color (decimal): -7328255 or 77456. OLE color: 77456.

HSL color Cylindrical-coordinate representation of color #902E01: hue angle of 18.88º 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 #902E01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB144461-
CMYK00.680.990.44
HSL18.88º98.62%28.43%-
HSV(B)18.88º99.31%56.47%-
XYZ12.487.890.89-
YUV70.1788.97180.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75.39%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=75.39%
G=24.08%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14446100.680.990.4418.8898.6228.43
Hex902E1044632C13631c
Octal2205610104143542314334
Binary10010000101110101000100110001110110010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902E01; }

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

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

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

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

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

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

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

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