#915400

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

Shades of Golden Brown #915400

Tints of Golden Brown #915400

Color information

#915400 (or 0x915400) is unknown color: approx Golden Brown. HEX triplet: 91, 54 and 00. RGB value is (145,84,0). Sum of RGB (Red+Green+Blue) = 145+84+0=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #915400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915400 is #6EABFF. Grayscale: #5D5D5D. Windows color (decimal): -7252992 or 21649. OLE color: 21649.

HSL color Cylindrical-coordinate representation of color #915400: hue angle of 34.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #915400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB145840-
CMYK00.4210.43
HSL34.76º100%28.43%-
HSV(B)34.76º100%56.86%-
XYZ14.8512.361.6-
YUV92.6675.71165.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.32%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.32%
G=36.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14584000.4210.4334.7610028.43
Hex9154002A642B23641c
Octal2211240052144534314434
Binary100100011010100001010101100100101011100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915400; }

 p { color: rgb(145,84,0); }

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

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

 a { background-color: rgb(145,84,0); }

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

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

 span { border-color: rgb(145,84,0); }

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