#99580C

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

Shades of Golden Brown #99580C

Tints of Golden Brown #99580C

Color information

#99580C (or 0x99580C) is unknown color: approx Golden Brown. HEX triplet: 99, 58 and 0C. RGB value is (153,88,12). Sum of RGB (Red+Green+Blue) = 153+88+12=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99580C is #66A7F3. Grayscale: #636363. Windows color (decimal): -6727668 or 809113. OLE color: 809113.

HSL color Cylindrical-coordinate representation of color #99580C: hue angle of 32.34º 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 #99580C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1538812-
CMYK00.420.920.4
HSL32.34º85.45%32.35%-
HSV(B)32.34º92.16%60%-
XYZ16.6913.782.13-
YUV98.7779.03166.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=60.47%
G=34.78%
B=4.74%

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
Decimal153881200.420.920.432.3485.4532.35
Hex9958C02A5C28205520
Octal23113014052134504012540
Binary1001100110110001100010101010111001010001000001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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