#955E11

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

Shades of Golden Brown #955E11

Tints of Golden Brown #955E11

Color information

#955E11 (or 0x955E11) is unknown color: approx Golden Brown. HEX triplet: 95, 5E and 11. RGB value is (149,94,17). Sum of RGB (Red+Green+Blue) = 149+94+17=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #955E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E11 is #6AA1EE. Grayscale: #666666. Windows color (decimal): -6988271 or 1138325. OLE color: 1138325.

HSL color Cylindrical-coordinate representation of color #955E11: hue angle of 35º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #955E11 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1499417-
CMYK00.370.890.42
HSL35º79.52%32.55%-
HSV(B)35º88.59%58.43%-
XYZ16.514.442.45-
YUV101.6780.22161.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=57.31%
G=36.15%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149941700.370.890.423579.5232.55
Hex955E11025592A235021
Octal22513621045131524312041
Binary10010101101111010001010010110110011010101000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955E11; }

 p { color: rgb(149,94,17); }

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

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

 a { background-color: rgb(149,94,17); }

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

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

 span { border-color: rgb(149,94,17); }

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