#905515

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

Shades of Saddle Brown #905515

Tints of Saddle Brown #905515

Color information

#905515 (or 0x905515) is unknown color: approx Saddle Brown. HEX triplet: 90, 55 and 15. RGB value is (144,85,21). Sum of RGB (Red+Green+Blue) = 144+85+21=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #905515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905515 is #6FAAEA. Grayscale: #5F5F5F. Windows color (decimal): -7318251 or 1398160. OLE color: 1398160.

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

Color convert

RGB1448521-
CMYK00.410.850.44
HSL31.22º74.55%32.35%-
HSV(B)31.22º85.42%56.47%-
XYZ14.8912.482.33-
YUV95.3486.05162.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.6%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 21 (8.59% from 255) = 8.4%
R=57.6%
G=34%
B=8.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144852100.410.850.4431.2274.5532.35
Hex905515029552C1f4b20
Octal22012525051125543711340
Binary1001000010101011010101010011010101101100111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905515; }

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

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

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

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

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

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

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

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