#B57913

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

Shades of Dark Goldenrod #B57913

Tints of Dark Goldenrod #B57913

Color information

#B57913 (or 0xB57913) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 79 and 13. RGB value is (181,121,19). Sum of RGB (Red+Green+Blue) = 181+121+19=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B57913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57913 is #4A86EC. Grayscale: #7F7F7F. Windows color (decimal): -4884205 or 1276341. OLE color: 1276341.

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

Color convert

RGB18112119-
CMYK00.330.900.29
HSL37.78º81%39.22%-
HSV(B)37.78º89.5%70.98%-
XYZ26.0123.553.79-
YUV127.3166.88166.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 19 (7.81% from 255) = 5.92%
R=56.39%
G=37.69%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811211900.330.900.2937.788139.22
HexB579130215A1D265127
Octal26517123041132354612147
Binary1011010111110011001101000011011010111011001101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57913; }

 p { color: rgb(181,121,19); }

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

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

 a { background-color: rgb(181,121,19); }

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

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

 span { border-color: rgb(181,121,19); }

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