#B57411

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

Shades of Dark Goldenrod #B57411

Tints of Dark Goldenrod #B57411

Color information

#B57411 (or 0xB57411) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 74 and 11. RGB value is (181,116,17). Sum of RGB (Red+Green+Blue) = 181+116+17=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B57411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57411 is #4A8BEE. Grayscale: #7C7C7C. Windows color (decimal): -4885487 or 1143989. OLE color: 1143989.

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

Color convert

RGB18111617-
CMYK00.360.910.29
HSL36.22º82.83%38.82%-
HSV(B)36.22º90.61%70.98%-
XYZ25.422.363.51-
YUV124.1567.53168.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 17 (7.03% from 255) = 5.41%
R=57.64%
G=36.94%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811161700.360.910.2936.2282.8338.82
HexB574110245B1D245327
Octal26516421044133354412347
Binary1011010111101001000101001001011011111011001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57411; }

 p { color: rgb(181,116,17); }

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

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

 a { background-color: rgb(181,116,17); }

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

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

 span { border-color: rgb(181,116,17); }

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