#957400

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

Shades of Golden Brown #957400

Tints of Golden Brown #957400

Color information

#957400 (or 0x957400) is unknown color: approx Golden Brown. HEX triplet: 95, 74 and 00. RGB value is (149,116,0). Sum of RGB (Red+Green+Blue) = 149+116+0=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #957400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957400 is #6A8BFF. Grayscale: #717171. Windows color (decimal): -6982656 or 29845. OLE color: 29845.

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

Color convert

RGB1491160-
CMYK00.2210.42
HSL46.71º100%29.22%-
HSV(B)46.71º100%58.43%-
XYZ18.6418.882.66-
YUV112.6464.43153.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.23%
G=43.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149116000.2210.4246.7110029.22
Hex95740016642A2f641d
Octal2251640026144525714435
Binary10010101111010000101101100100101010101111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957400; }

 p { color: rgb(149,116,0); }

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

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

 a { background-color: rgb(149,116,0); }

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

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

 span { border-color: rgb(149,116,0); }

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