#905D10

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

Shades of Golden Brown #905D10

Tints of Golden Brown #905D10

Color information

#905D10 (or 0x905D10) is unknown color: approx Golden Brown. HEX triplet: 90, 5D and 10. RGB value is (144,93,16). Sum of RGB (Red+Green+Blue) = 144+93+16=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #905D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905D10 is #6FA2EF. Grayscale: #636363. Windows color (decimal): -7316208 or 1072528. OLE color: 1072528.

HSL color Cylindrical-coordinate representation of color #905D10: hue angle of 36.09º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #905D10 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1449316-
CMYK00.350.890.44
HSL36.09º80%31.37%-
HSV(B)36.09º88.89%56.47%-
XYZ15.5113.82.34-
YUV99.4780.9159.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=56.92%
G=36.76%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144931600.350.890.4436.098031.37
Hex905D10023592C24501f
Octal22013520043131544412037
Binary1001000010111011000001000111011001101100100100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,93,16); }

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

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

 a { background-color: rgb(144,93,16); }

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

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

 span { border-color: rgb(144,93,16); }

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