#905015

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

Shades of Saddle Brown #905015

Tints of Saddle Brown #905015

Color information

#905015 (or 0x905015) is unknown color: approx Saddle Brown. HEX triplet: 90, 50 and 15. RGB value is (144,80,21). Sum of RGB (Red+Green+Blue) = 144+80+21=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #905015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905015 is #6FAFEA. Grayscale: #5C5C5C. Windows color (decimal): -7319531 or 1396880. OLE color: 1396880.

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

Color convert

RGB1448021-
CMYK00.440.850.44
HSL28.78º74.55%32.35%-
HSV(B)28.78º85.42%56.47%-
XYZ14.5111.722.21-
YUV92.4187.7164.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=58.78%
G=32.65%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144802100.440.850.4428.7874.5532.35
Hex90501502C552C1d4b20
Octal22012025054125543511340
Binary1001000010100001010101011001010101101100111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905015; }

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

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

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

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

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

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

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

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