#99550A

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

Shades of Golden Brown #99550A

Tints of Golden Brown #99550A

Color information

#99550A (or 0x99550A) is unknown color: approx Golden Brown. HEX triplet: 99, 55 and 0A. RGB value is (153,85,10). Sum of RGB (Red+Green+Blue) = 153+85+10=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99550A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99550A is #66AAF5. Grayscale: #616161. Windows color (decimal): -6728438 or 677273. OLE color: 677273.

HSL color Cylindrical-coordinate representation of color #99550A: hue angle of 31.47º degrees, saturation: 0.88, 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 #99550A is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1538510-
CMYK00.440.930.4
HSL31.47º87.73%31.96%-
HSV(B)31.47º93.46%60%-
XYZ16.4413.291.99-
YUV96.7879.03168.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=61.69%
G=34.27%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153851000.440.930.431.4787.7331.96
Hex9955A02C5D281f5820
Octal23112512054135503713040
Binary100110011010101101001011001011101101000111111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99550A; }

 p { color: rgb(153,85,10); }

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

<style>
 a { background-color: #99550A; }

 a { background-color: rgb(153,85,10); }

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

<style>
 span { border-color: #99550A; }

 span { border-color: rgb(153,85,10); }

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