#905514

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

Shades of Saddle Brown #905514

Tints of Saddle Brown #905514

Color information

#905514 (or 0x905514) is unknown color: approx Saddle Brown. HEX triplet: 90, 55 and 14. RGB value is (144,85,20). Sum of RGB (Red+Green+Blue) = 144+85+20=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #905514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905514 is #6FAAEB. Grayscale: #5F5F5F. Windows color (decimal): -7318252 or 1332624. OLE color: 1332624.

HSL color Cylindrical-coordinate representation of color #905514: hue angle of 31.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #905514 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1448520-
CMYK00.410.860.44
HSL31.45º75.61%32.16%-
HSV(B)31.45º86.11%56.47%-
XYZ14.8812.482.29-
YUV95.2385.55162.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.83%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=57.83%
G=34.14%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144852000.410.860.4431.4575.6132.16
Hex905514029562C1f4c20
Octal22012524051126543711440
Binary1001000010101011010001010011010110101100111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905514; }

 p { color: rgb(144,85,20); }

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

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

 a { background-color: rgb(144,85,20); }

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

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

 span { border-color: rgb(144,85,20); }

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