#905B13

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

Shades of Golden Brown #905B13

Tints of Golden Brown #905B13

Color information

#905B13 (or 0x905B13) is unknown color: approx Golden Brown. HEX triplet: 90, 5B and 13. RGB value is (144,91,19). Sum of RGB (Red+Green+Blue) = 144+91+19=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #905B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B13 is #6FA4EC. Grayscale: #626262. Windows color (decimal): -7316717 or 1268624. OLE color: 1268624.

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

Color convert

RGB1449119-
CMYK00.370.870.44
HSL34.56º76.69%31.96%-
HSV(B)34.56º86.81%56.47%-
XYZ15.3613.462.4-
YUV98.6483.06160.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.69%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=56.69%
G=35.83%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144911900.370.870.4434.5676.6931.96
Hex905B13025572C234d20
Octal22013323045127544311540
Binary10010000101101110011010010110101111011001000111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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