#90440A

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

Shades of Saddle Brown #90440A

Tints of Saddle Brown #90440A

Color information

#90440A (or 0x90440A) is unknown color: approx Saddle Brown. HEX triplet: 90, 44 and 0A. RGB value is (144,68,10). Sum of RGB (Red+Green+Blue) = 144+68+10=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90440A is #6FBBF5. Grayscale: #545454. Windows color (decimal): -7322614 or 672912. OLE color: 672912.

HSL color Cylindrical-coordinate representation of color #90440A: hue angle of 25.97º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90440A is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB1446810-
CMYK00.530.930.44
HSL25.97º87.01%30.2%-
HSV(B)25.97º93.06%56.47%-
XYZ13.6210.091.52-
YUV84.1186.18170.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64.86%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=64.86%
G=30.63%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144681000.530.930.4425.9787.0130.2
Hex9044A0355D2C1a571e
Octal22010412065135543212736
Binary10010000100010010100110101101110110110011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90440A; }

 p { color: rgb(144,68,10); }

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

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

 a { background-color: rgb(144,68,10); }

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

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

 span { border-color: rgb(144,68,10); }

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