#905315

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

Shades of Saddle Brown #905315

Tints of Saddle Brown #905315

Color information

#905315 (or 0x905315) is unknown color: approx Saddle Brown. HEX triplet: 90, 53 and 15. RGB value is (144,83,21). Sum of RGB (Red+Green+Blue) = 144+83+21=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #905315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905315 is #6FACEA. Grayscale: #5E5E5E. Windows color (decimal): -7318763 or 1397648. OLE color: 1397648.

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

Color convert

RGB1448321-
CMYK00.420.850.44
HSL30.24º74.55%32.35%-
HSV(B)30.24º85.42%56.47%-
XYZ14.7312.172.28-
YUV94.1786.71163.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.06%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=58.06%
G=33.47%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144832100.420.850.4430.2474.5532.35
Hex90531502A552C1e4b20
Octal22012325052125543611340
Binary1001000010100111010101010101010101101100111101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905315; }

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

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

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

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

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

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

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

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