#955b09

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

Shades of Golden Brown #955B09

Tints of Golden Brown #955B09

Color information

#955B09 (or 0x955B09) is unknown color: approx Golden Brown. HEX triplet: 95, 5B and 09. RGB value is (149,91,9). Sum of RGB (Red+Green+Blue) = 149+91+9=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #955B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955B09 is #6AA4F6. Grayscale: #636363. Windows color (decimal): -6989047 or 613269. OLE color: 613269.

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

Color convert

RGB149919-
CMYK00.390.940.42
HSL35.14º88.61%30.98%-
HSV(B)35.14º93.96%58.43%-
XYZ16.1813.892.09-
YUV98.9977.22163.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=59.84%
G=36.55%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14991900.390.940.4235.1488.6130.98
Hex955B90275E2A23591f
Octal22513311047136524313137
Binary100101011011011100101001111011110101010100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955b09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,91,9); }

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

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

 a { background-color: rgb(149,91,9); }

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

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

 span { border-color: rgb(149,91,9); }

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