#905A13

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

Shades of Golden Brown #905A13

Tints of Golden Brown #905A13

Color information

#905A13 (or 0x905A13) is unknown color: approx Golden Brown. HEX triplet: 90, 5A and 13. RGB value is (144,90,19). Sum of RGB (Red+Green+Blue) = 144+90+19=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #905A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905A13 is #6FA5EC. Grayscale: #626262. Windows color (decimal): -7316973 or 1268368. OLE color: 1268368.

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

Color convert

RGB1449019-
CMYK00.370.870.44
HSL34.08º76.69%31.96%-
HSV(B)34.08º86.81%56.47%-
XYZ15.2813.292.38-
YUV98.0583.39160.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=56.92%
G=35.57%
B=7.51%

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
Decimal144901900.370.870.4434.0876.6931.96
Hex905A13025572C224d20
Octal22013223045127544211540
Binary10010000101101010011010010110101111011001000101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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