#B47513

Color #B47513 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B47513

Tints of Dark Goldenrod #B47513

Color information

#B47513 (or 0xB47513) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 75 and 13. RGB value is (180,117,19). Sum of RGB (Red+Green+Blue) = 180+117+19=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B47513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47513 is #4B8AEC. Grayscale: #7D7D7D. Windows color (decimal): -4950765 or 1275316. OLE color: 1275316.

HSL color Cylindrical-coordinate representation of color #B47513: hue angle of 36.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B47513 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18011719-
CMYK00.350.890.29
HSL36.52º80.9%39.02%-
HSV(B)36.52º89.44%70.59%-
XYZ25.322.473.62-
YUV124.6668.37167.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 19 (7.81% from 255) = 6.01%
R=56.96%
G=37.03%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801171900.350.890.2936.5280.939.02
HexB47513023591D255127
Octal26416523043131354512147
Binary1011010011101011001101000111011001111011001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47513; }

 p { color: rgb(180,117,19); }

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

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

 a { background-color: rgb(180,117,19); }

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

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

 span { border-color: rgb(180,117,19); }

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