#955A09

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

Shades of Golden Brown #955A09

Tints of Golden Brown #955A09

Color information

#955A09 (or 0x955A09) is unknown color: approx Golden Brown. HEX triplet: 95, 5A and 09. RGB value is (149,90,9). Sum of RGB (Red+Green+Blue) = 149+90+9=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #955A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A09 is #6AA5F6. Grayscale: #626262. Windows color (decimal): -6989303 or 613013. OLE color: 613013.

HSL color Cylindrical-coordinate representation of color #955A09: hue angle of 34.71º 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 #955A09 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB149909-
CMYK00.400.940.42
HSL34.71º88.61%30.98%-
HSV(B)34.71º93.96%58.43%-
XYZ16.113.722.06-
YUV98.4177.55164.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 9 (3.91% from 255) = 3.63%
R=60.08%
G=36.29%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14990900.400.940.4234.7188.6130.98
Hex955A90285E2A23591f
Octal22513211050136524313137
Binary100101011011010100101010001011110101010100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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