#957508

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

Shades of Golden Brown #957508

Tints of Golden Brown #957508

Color information

#957508 (or 0x957508) is unknown color: approx Golden Brown. HEX triplet: 95, 75 and 08. RGB value is (149,117,8). Sum of RGB (Red+Green+Blue) = 149+117+8=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #957508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957508 is #6A8AF7. Grayscale: #727272. Windows color (decimal): -6982392 or 554389. OLE color: 554389.

HSL color Cylindrical-coordinate representation of color #957508: hue angle of 46.38º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #957508 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1491178-
CMYK00.210.950.42
HSL46.38º89.81%30.78%-
HSV(B)46.38º94.63%58.43%-
XYZ18.819.132.93-
YUV114.1468.1152.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 8 (3.52% from 255) = 2.92%
R=54.38%
G=42.70%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149117800.210.950.4246.3889.8130.78
Hex957580155F2A2e5a1f
Octal22516510025137525613237
Binary10010101111010110000101011011111101010101110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957508; }

 p { color: rgb(149,117,8); }

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

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

 a { background-color: rgb(149,117,8); }

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

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

 span { border-color: rgb(149,117,8); }

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