#9B5D05

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

Shades of Golden Brown #9B5D05

Tints of Golden Brown #9B5D05

Color information

#9B5D05 (or 0x9B5D05) is unknown color: approx Golden Brown. HEX triplet: 9B, 5D and 05. RGB value is (155,93,5). Sum of RGB (Red+Green+Blue) = 155+93+5=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5D05 is #64A2FA. Grayscale: #656565. Windows color (decimal): -6595323 or 351643. OLE color: 351643.

HSL color Cylindrical-coordinate representation of color #9B5D05: hue angle of 35.2º degrees, saturation: 0.94, 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 #9B5D05 is Cyan = 0, Magento = 0.4, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB155935-
CMYK00.40.970.39
HSL35.2º93.75%31.37%-
HSV(B)35.2º96.77%60.78%-
XYZ17.4614.812.08-
YUV101.5173.54166.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=61.26%
G=36.76%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15593500.40.970.3935.293.7531.37
Hex9B5D50286127235e1f
Octal2331355050141474313637
Binary10011011101110110101010001100001100111100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,5); }

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

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

 a { background-color: rgb(155,93,5); }

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

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

 span { border-color: rgb(155,93,5); }

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