#957808

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

Shades of Golden Brown #957808

Tints of Golden Brown #957808

Color information

#957808 (or 0x957808) is unknown color: approx Golden Brown. HEX triplet: 95, 78 and 08. RGB value is (149,120,8). Sum of RGB (Red+Green+Blue) = 149+120+8=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #957808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957808 is #6A87F7. Grayscale: #747474. Windows color (decimal): -6981624 or 555157. OLE color: 555157.

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

Color convert

RGB1491208-
CMYK00.190.950.42
HSL47.66º89.81%30.78%-
HSV(B)47.66º94.63%58.43%-
XYZ19.1519.843.05-
YUV115.967.11151.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=53.79%
G=43.32%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149120800.190.950.4247.6689.8130.78
Hex957880135F2A305a1f
Octal22517010023137526013237
Binary10010101111100010000100111011111101010110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957808; }

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

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

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

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

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

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

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

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