#99590C

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

Shades of Golden Brown #99590C

Tints of Golden Brown #99590C

Color information

#99590C (or 0x99590C) is unknown color: approx Golden Brown. HEX triplet: 99, 59 and 0C. RGB value is (153,89,12). Sum of RGB (Red+Green+Blue) = 153+89+12=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99590C is #66A6F3. Grayscale: #636363. Windows color (decimal): -6727412 or 809369. OLE color: 809369.

HSL color Cylindrical-coordinate representation of color #99590C: hue angle of 32.77º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99590C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1538912-
CMYK00.420.920.4
HSL32.77º85.45%32.35%-
HSV(B)32.77º92.16%60%-
XYZ16.7813.942.16-
YUV99.3678.7166.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=60.24%
G=35.04%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153891200.420.920.432.7785.4532.35
Hex9959C02A5C28215520
Octal23113114052134504112540
Binary1001100110110011100010101010111001010001000011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99590C; }

 p { color: rgb(153,89,12); }

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

<style>
 a { background-color: #99590C; }

 a { background-color: rgb(153,89,12); }

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

<style>
 span { border-color: #99590C; }

 span { border-color: rgb(153,89,12); }

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