#995408

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

Shades of Golden Brown #995408

Tints of Golden Brown #995408

Color information

#995408 (or 0x995408) is unknown color: approx Golden Brown. HEX triplet: 99, 54 and 08. RGB value is (153,84,8). Sum of RGB (Red+Green+Blue) = 153+84+8=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #995408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995408 is #66ABF7. Grayscale: #606060. Windows color (decimal): -6728696 or 545945. OLE color: 545945.

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

Color convert

RGB153848-
CMYK00.450.950.4
HSL31.45º90.06%31.57%-
HSV(B)31.45º94.77%60%-
XYZ16.3513.131.9-
YUV95.9778.36168.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=62.45%
G=34.29%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15384800.450.950.431.4590.0631.57
Hex9954802D5F281f5a20
Octal23112410055137503713240
Binary100110011010100100001011011011111101000111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995408; }

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

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

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

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

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

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

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

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