#9B5D1A

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

Shades of Golden Brown #9B5D1A

Tints of Golden Brown #9B5D1A

Color information

#9B5D1A (or 0x9B5D1A) is unknown color: approx Golden Brown. HEX triplet: 9B, 5D and 1A. RGB value is (155,93,26). Sum of RGB (Red+Green+Blue) = 155+93+26=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D1A is #64A2E5. Grayscale: #686868. Windows color (decimal): -6595302 or 1727899. OLE color: 1727899.

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

Color convert

RGB1559326-
CMYK00.40.830.39
HSL31.16º71.27%35.49%-
HSV(B)31.16º83.23%60.78%-
XYZ17.6214.872.92-
YUV103.984.04164.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=56.57%
G=33.94%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155932600.40.830.3931.1671.2735.49
Hex9B5D1A02853271f4723
Octal23313532050123473710743
Binary1001101110111011101001010001010011100111111111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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