#905E0A

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

Shades of Golden Brown #905E0A

Tints of Golden Brown #905E0A

Color information

#905E0A (or 0x905E0A) is unknown color: approx Golden Brown. HEX triplet: 90, 5E and 0A. RGB value is (144,94,10). Sum of RGB (Red+Green+Blue) = 144+94+10=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #905E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905E0A is #6FA1F5. Grayscale: #636363. Windows color (decimal): -7315958 or 679568. OLE color: 679568.

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

Color convert

RGB1449410-
CMYK00.350.930.44
HSL37.61º87.01%30.2%-
HSV(B)37.61º93.06%56.47%-
XYZ15.5613.962.16-
YUV99.3777.56159.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.06%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=58.06%
G=37.90%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144941000.350.930.4437.6187.0130.2
Hex905EA0235D2C26571e
Octal22013612043135544612736
Binary100100001011110101001000111011101101100100110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,94,10); }

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

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

 a { background-color: rgb(144,94,10); }

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

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

 span { border-color: rgb(144,94,10); }

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