#957200

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

Shades of Golden Brown #957200

Tints of Golden Brown #957200

Color information

#957200 (or 0x957200) is unknown color: approx Golden Brown. HEX triplet: 95, 72 and 00. RGB value is (149,114,0). Sum of RGB (Red+Green+Blue) = 149+114+0=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #957200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957200 is #6A8DFF. Grayscale: #6F6F6F. Windows color (decimal): -6983168 or 29333. OLE color: 29333.

HSL color Cylindrical-coordinate representation of color #957200: hue angle of 45.91º 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 #957200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1491140-
CMYK00.2310.42
HSL45.91º100%29.22%-
HSV(B)45.91º100%58.43%-
XYZ18.4118.422.59-
YUV111.4765.1154.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.65%
G=43.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149114000.2310.4245.9110029.22
Hex95720017642A2e641d
Octal2251620027144525614435
Binary10010101111001000101111100100101010101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957200; }

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

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

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

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

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

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

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

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