#9b5d14

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

Shades of Golden Brown #9B5D14

Tints of Golden Brown #9B5D14

Color information

#9B5D14 (or 0x9B5D14) is unknown color: approx Golden Brown. HEX triplet: 9B, 5D and 14. RGB value is (155,93,20). Sum of RGB (Red+Green+Blue) = 155+93+20=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5D14 is #64A2EB. Grayscale: #676767. Windows color (decimal): -6595308 or 1334683. OLE color: 1334683.

HSL color Cylindrical-coordinate representation of color #9B5D14: hue angle of 32.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B5D14 is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1559320-
CMYK00.40.870.39
HSL32.44º77.14%34.31%-
HSV(B)32.44º87.1%60.78%-
XYZ17.5614.852.6-
YUV103.2281.04164.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 20 (8.20% from 255) = 7.46%
R=57.84%
G=34.70%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155932000.40.870.3932.4477.1434.31
Hex9B5D140285727204d22
Octal23313524050127474011542
Binary10011011101110110100010100010101111001111000001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5d14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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