#90540a

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

Shades of Saddle Brown #90540A

Tints of Saddle Brown #90540A

Color information

#90540A (or 0x90540A) is unknown color: approx Saddle Brown. HEX triplet: 90, 54 and 0A. RGB value is (144,84,10). Sum of RGB (Red+Green+Blue) = 144+84+10=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90540A is #6FABF5. Grayscale: #5D5D5D. Windows color (decimal): -7318518 or 677008. OLE color: 677008.

HSL color Cylindrical-coordinate representation of color #90540A: hue angle of 33.13º 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 #90540A is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB1448410-
CMYK00.420.930.44
HSL33.13º87.01%30.2%-
HSV(B)33.13º93.06%56.47%-
XYZ14.7312.291.88-
YUV93.580.88164.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.50%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=60.50%
G=35.29%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144841000.420.930.4433.1387.0130.2
Hex9054A02A5D2C21571e
Octal22012412052135544112736
Binary100100001010100101001010101011101101100100001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90540a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90540a; }

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

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

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

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

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

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

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

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