#90480D

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

Shades of Saddle Brown #90480D

Tints of Saddle Brown #90480D

Color information

#90480D (or 0x90480D) is unknown color: approx Saddle Brown. HEX triplet: 90, 48 and 0D. RGB value is (144,72,13). Sum of RGB (Red+Green+Blue) = 144+72+13=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #90480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90480D is #6FB7F2. Grayscale: #575757. Windows color (decimal): -7321587 or 870544. OLE color: 870544.

HSL color Cylindrical-coordinate representation of color #90480D: hue angle of 27.02º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90480D is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1447213-
CMYK00.500.910.44
HSL27.02º83.44%30.78%-
HSV(B)27.02º90.97%56.47%-
XYZ13.8910.591.69-
YUV86.886.35168.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.88%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 13 (5.47% from 255) = 5.68%
R=62.88%
G=31.44%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144721300.500.910.4427.0283.4430.78
Hex9048D0325B2C1b531f
Octal22011015062133543312337
Binary10010000100100011010110010101101110110011011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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