#90400E

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

Shades of Saddle Brown #90400E

Tints of Saddle Brown #90400E

Color information

#90400E (or 0x90400E) is unknown color: approx Saddle Brown. HEX triplet: 90, 40 and 0E. RGB value is (144,64,14). Sum of RGB (Red+Green+Blue) = 144+64+14=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90400E is #6FBFF1. Grayscale: #525252. Windows color (decimal): -7323634 or 934032. OLE color: 934032.

HSL color Cylindrical-coordinate representation of color #90400E: hue angle of 23.08º 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 #90400E is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1446414-
CMYK00.560.900.44
HSL23.08º82.28%30.98%-
HSV(B)23.08º90.28%56.47%-
XYZ13.419.631.57-
YUV82.2289.5172.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64.86%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 14 (5.86% from 255) = 6.31%
R=64.86%
G=28.83%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144641400.560.900.4423.0882.2830.98
Hex9040E0385A2C17521f
Octal22010016070132542712237
Binary10010000100000011100111000101101010110010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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