#90480A

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

Shades of Saddle Brown #90480A

Tints of Saddle Brown #90480A

Color information

#90480A (or 0x90480A) is unknown color: approx Saddle Brown. HEX triplet: 90, 48 and 0A. RGB value is (144,72,10). Sum of RGB (Red+Green+Blue) = 144+72+10=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90480A is #6FB7F5. Grayscale: #565656. Windows color (decimal): -7321590 or 673936. OLE color: 673936.

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

Color convert

RGB1447210-
CMYK00.500.930.44
HSL27.76º87.01%30.2%-
HSV(B)27.76º93.06%56.47%-
XYZ13.8710.591.6-
YUV86.4684.85169.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.72%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=63.72%
G=31.86%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144721000.500.930.4427.7687.0130.2
Hex9048A0325D2C1c571e
Octal22011012062135543412736
Binary10010000100100010100110010101110110110011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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