#955811

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

Shades of Golden Brown #955811

Tints of Golden Brown #955811

Color information

#955811 (or 0x955811) is unknown color: approx Golden Brown. HEX triplet: 95, 58 and 11. RGB value is (149,88,17). Sum of RGB (Red+Green+Blue) = 149+88+17=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #955811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955811 is #6AA7EE. Grayscale: #626262. Windows color (decimal): -6989807 or 1136789. OLE color: 1136789.

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

Color convert

RGB1498817-
CMYK00.410.890.42
HSL32.27º79.52%32.55%-
HSV(B)32.27º88.59%58.43%-
XYZ15.9913.412.28-
YUV98.1482.21164.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 17 (7.03% from 255) = 6.69%
R=58.66%
G=34.65%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149881700.410.890.4232.2779.5232.55
Hex955811029592A205021
Octal22513021051131524012041
Binary10010101101100010001010100110110011010101000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955811; }

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

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

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

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

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

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

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

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