#9A711C

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

Shades of Golden Brown #9A711C

Tints of Golden Brown #9A711C

Color information

#9A711C (or 0x9A711C) is unknown color: approx Golden Brown. HEX triplet: 9A, 71 and 1C. RGB value is (154,113,28). Sum of RGB (Red+Green+Blue) = 154+113+28=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A711C is #658EE3. Grayscale: #737373. Windows color (decimal): -6655716 or 1864090. OLE color: 1864090.

HSL color Cylindrical-coordinate representation of color #9A711C: hue angle of 40.48º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A711C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB15411328-
CMYK00.270.820.40
HSL40.48º69.23%35.69%-
HSV(B)40.48º81.82%60.39%-
XYZ19.4418.763.7-
YUV115.5778.58155.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.20%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 28 (11.33% from 255) = 9.49%
R=52.20%
G=38.31%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541132800.270.820.4040.4869.2335.69
Hex9A711C01B5228284524
Octal23216134033122505010544
Binary1001101011100011110001101110100101010001010001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,28); }

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

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

 a { background-color: rgb(154,113,28); }

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

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

 span { border-color: rgb(154,113,28); }

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