#985408

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

Shades of Golden Brown #985408

Tints of Golden Brown #985408

Color information

#985408 (or 0x985408) is unknown color: approx Golden Brown. HEX triplet: 98, 54 and 08. RGB value is (152,84,8). Sum of RGB (Red+Green+Blue) = 152+84+8=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #985408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985408 is #67ABF7. Grayscale: #606060. Windows color (decimal): -6794232 or 545944. OLE color: 545944.

HSL color Cylindrical-coordinate representation of color #985408: hue angle of 31.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #985408 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB152848-
CMYK00.450.950.40
HSL31.67º90%31.37%-
HSV(B)31.67º94.74%59.61%-
XYZ16.1613.031.89-
YUV95.6778.53168.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=62.30%
G=34.43%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15284800.450.950.4031.679031.37
Hex9854802D5F28205a1f
Octal23012410055137504013237
Binary100110001010100100001011011011111101000100000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985408; }

 p { color: rgb(152,84,8); }

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

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

 a { background-color: rgb(152,84,8); }

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

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

 span { border-color: rgb(152,84,8); }

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