#9B5A04

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

Shades of Golden Brown #9B5A04

Tints of Golden Brown #9B5A04

Color information

#9B5A04 (or 0x9B5A04) is unknown color: approx Golden Brown. HEX triplet: 9B, 5A and 04. RGB value is (155,90,4). Sum of RGB (Red+Green+Blue) = 155+90+4=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5A04 is #64A5FB. Grayscale: #646464. Windows color (decimal): -6596092 or 285339. OLE color: 285339.

HSL color Cylindrical-coordinate representation of color #9B5A04: hue angle of 34.17º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B5A04 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB155904-
CMYK00.420.970.39
HSL34.17º94.97%31.18%-
HSV(B)34.17º97.42%60.78%-
XYZ17.214.291.97-
YUV99.6374.03167.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.25%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=62.25%
G=36.14%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15590400.420.970.3934.1794.9731.18
Hex9B5A402A6127225f1f
Octal2331324052141474213737
Binary10011011101101010001010101100001100111100010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B5A04; }

 p { color: rgb(155,90,4); }

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

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

 a { background-color: rgb(155,90,4); }

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

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

 span { border-color: rgb(155,90,4); }

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