#B37713

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

Shades of Dark Goldenrod #B37713

Tints of Dark Goldenrod #B37713

Color information

#B37713 (or 0xB37713) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 77 and 13. RGB value is (179,119,19). Sum of RGB (Red+Green+Blue) = 179+119+19=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B37713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37713 is #4C88EC. Grayscale: #7E7E7E. Windows color (decimal): -5015789 or 1275827. OLE color: 1275827.

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

Color convert

RGB17911919-
CMYK00.340.890.30
HSL37.5º80.81%38.82%-
HSV(B)37.5º89.39%70.2%-
XYZ25.322.823.69-
YUV125.5467.88166.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 19 (7.81% from 255) = 5.99%
R=56.47%
G=37.54%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791191900.340.890.3037.580.8138.82
HexB37713022591E265127
Octal26316723042131364612147
Binary1011001111101111001101000101011001111101001101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37713; }

 p { color: rgb(179,119,19); }

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

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

 a { background-color: rgb(179,119,19); }

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

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

 span { border-color: rgb(179,119,19); }

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