#905F15

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

Shades of Golden Brown #905F15

Tints of Golden Brown #905F15

Color information

#905F15 (or 0x905F15) is unknown color: approx Golden Brown. HEX triplet: 90, 5F and 15. RGB value is (144,95,21). Sum of RGB (Red+Green+Blue) = 144+95+21=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #905F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905F15 is #6FA0EA. Grayscale: #656565. Windows color (decimal): -7315691 or 1400720. OLE color: 1400720.

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

Color convert

RGB1449521-
CMYK00.340.850.44
HSL36.1º74.55%32.35%-
HSV(B)36.1º85.42%56.47%-
XYZ15.7314.172.62-
YUV101.2282.73158.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.38%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 21 (8.59% from 255) = 8.08%
R=55.38%
G=36.54%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144952100.340.850.4436.174.5532.35
Hex905F15022552C244b20
Octal22013725042125544411340
Binary10010000101111110101010001010101011011001001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905F15; }

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

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

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

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

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

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

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

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