#9B711A

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

Shades of Golden Brown #9B711A

Tints of Golden Brown #9B711A

Color information

#9B711A (or 0x9B711A) is unknown color: approx Golden Brown. HEX triplet: 9B, 71 and 1A. RGB value is (155,113,26). Sum of RGB (Red+Green+Blue) = 155+113+26=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B711A is #648EE5. Grayscale: #747474. Windows color (decimal): -6590182 or 1733019. OLE color: 1733019.

HSL color Cylindrical-coordinate representation of color #9B711A: hue angle of 40.47º 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 #9B711A is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB15511326-
CMYK00.270.830.39
HSL40.47º71.27%35.49%-
HSV(B)40.47º83.23%60.78%-
XYZ19.6118.853.58-
YUV115.6477.41156.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 26 (10.55% from 255) = 8.84%
R=52.72%
G=38.44%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551132600.270.830.3940.4771.2735.49
Hex9B711A01B5327284723
Octal23316132033123475010743
Binary1001101111100011101001101110100111001111010001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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