#9B701A

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

Shades of Golden Brown #9B701A

Tints of Golden Brown #9B701A

Color information

#9B701A (or 0x9B701A) is unknown color: approx Golden Brown. HEX triplet: 9B, 70 and 1A. RGB value is (155,112,26). Sum of RGB (Red+Green+Blue) = 155+112+26=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B701A is #648FE5. Grayscale: #737373. Windows color (decimal): -6590438 or 1732763. OLE color: 1732763.

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

Color convert

RGB15511226-
CMYK00.280.830.39
HSL40º71.27%35.49%-
HSV(B)40º83.23%60.78%-
XYZ19.518.633.55-
YUV115.0577.75156.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=52.90%
G=38.23%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551122600.280.830.394071.2735.49
Hex9B701A01C5327284723
Octal23316032034123475010743
Binary1001101111100001101001110010100111001111010001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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