#9A5C12

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

Shades of Golden Brown #9A5C12

Tints of Golden Brown #9A5C12

Color information

#9A5C12 (or 0x9A5C12) is unknown color: approx Golden Brown. HEX triplet: 9A, 5C and 12. RGB value is (154,92,18). Sum of RGB (Red+Green+Blue) = 154+92+18=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5C12 is #65A3ED. Grayscale: #666666. Windows color (decimal): -6661102 or 1203354. OLE color: 1203354.

HSL color Cylindrical-coordinate representation of color #9A5C12: hue angle of 32.65º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A5C12 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1549218-
CMYK00.400.880.40
HSL32.65º79.07%33.73%-
HSV(B)32.65º88.31%60.39%-
XYZ17.2614.572.47-
YUV102.180.54165.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.33%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=58.33%
G=34.85%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154921800.400.880.4032.6579.0733.73
Hex9A5C120285828214f22
Octal23213422050130504111742
Binary10011010101110010010010100010110001010001000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,92,18); }

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

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

 a { background-color: rgb(154,92,18); }

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

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

 span { border-color: rgb(154,92,18); }

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