#905b16

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

Shades of Golden Brown #905B16

Tints of Golden Brown #905B16

Color information

#905B16 (or 0x905B16) is unknown color: approx Golden Brown. HEX triplet: 90, 5B and 16. RGB value is (144,91,22). Sum of RGB (Red+Green+Blue) = 144+91+22=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #905B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B16 is #6FA4E9. Grayscale: #636363. Windows color (decimal): -7316714 or 1465232. OLE color: 1465232.

HSL color Cylindrical-coordinate representation of color #905B16: hue angle of 33.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #905B16 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1449122-
CMYK00.370.850.44
HSL33.93º73.49%32.55%-
HSV(B)33.93º84.72%56.47%-
XYZ15.3913.472.55-
YUV98.9884.56160.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=56.03%
G=35.41%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144912200.370.850.4433.9373.4932.55
Hex905B16025552C224921
Octal22013326045125544211141
Binary10010000101101110110010010110101011011001000101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,91,22); }

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

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

 a { background-color: rgb(144,91,22); }

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

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

 span { border-color: rgb(144,91,22); }

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