#9A580B

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

Shades of Golden Brown #9A580B

Tints of Golden Brown #9A580B

Color information

#9A580B (or 0x9A580B) is unknown color: approx Golden Brown. HEX triplet: 9A, 58 and 0B. RGB value is (154,88,11). Sum of RGB (Red+Green+Blue) = 154+88+11=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A580B is #65A7F4. Grayscale: #636363. Windows color (decimal): -6662133 or 743578. OLE color: 743578.

HSL color Cylindrical-coordinate representation of color #9A580B: hue angle of 32.31º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A580B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1548811-
CMYK00.430.930.40
HSL32.31º86.67%32.35%-
HSV(B)32.31º92.86%60.39%-
XYZ16.8813.872.1-
YUV98.9678.37167.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.87%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 11 (4.69% from 255) = 4.35%
R=60.87%
G=34.78%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154881100.430.930.4032.3186.6732.35
Hex9A58B02B5D28205720
Octal23213013053135504012740
Binary1001101010110001011010101110111011010001000001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,88,11); }

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

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

 a { background-color: rgb(154,88,11); }

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

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

 span { border-color: rgb(154,88,11); }

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