#99580F

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

Shades of Golden Brown #99580F

Tints of Golden Brown #99580F

Color information

#99580F (or 0x99580F) is unknown color: approx Golden Brown. HEX triplet: 99, 58 and 0F. RGB value is (153,88,15). Sum of RGB (Red+Green+Blue) = 153+88+15=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #99580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99580F is #66A7F0. Grayscale: #636363. Windows color (decimal): -6727665 or 1005721. OLE color: 1005721.

HSL color Cylindrical-coordinate representation of color #99580F: hue angle of 31.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99580F is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1538815-
CMYK00.420.900.4
HSL31.74º82.14%32.94%-
HSV(B)31.74º90.2%60%-
XYZ16.7113.792.23-
YUV99.1180.53166.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=59.77%
G=34.38%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153881500.420.900.431.7482.1432.94
Hex9958F02A5A28205221
Octal23113017052132504012241
Binary1001100110110001111010101010110101010001000001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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