#90460E

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

Shades of Saddle Brown #90460E

Tints of Saddle Brown #90460E

Color information

#90460E (or 0x90460E) is unknown color: approx Saddle Brown. HEX triplet: 90, 46 and 0E. RGB value is (144,70,14). Sum of RGB (Red+Green+Blue) = 144+70+14=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90460E is #6FB9F1. Grayscale: #565656. Windows color (decimal): -7322098 or 935568. OLE color: 935568.

HSL color Cylindrical-coordinate representation of color #90460E: hue angle of 25.85º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90460E is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1447014-
CMYK00.510.900.44
HSL25.85º82.28%30.98%-
HSV(B)25.85º90.28%56.47%-
XYZ13.7710.341.69-
YUV85.7487.52169.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.16%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=63.16%
G=30.70%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144701400.510.900.4425.8582.2830.98
Hex9046E0335A2C1a521f
Octal22010616063132543212237
Binary10010000100011011100110011101101010110011010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90460E; }

 p { color: rgb(144,70,14); }

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

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

 a { background-color: rgb(144,70,14); }

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

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

 span { border-color: rgb(144,70,14); }

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