#B5760D

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

Shades of Dark Goldenrod #B5760D

Tints of Dark Goldenrod #B5760D

Color information

#B5760D (or 0xB5760D) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 76 and 0D. RGB value is (181,118,13). Sum of RGB (Red+Green+Blue) = 181+118+13=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5760D is #4A89F2. Grayscale: #7D7D7D. Windows color (decimal): -4884979 or 882357. OLE color: 882357.

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

Color convert

RGB18111813-
CMYK00.350.930.29
HSL37.5º86.6%38.04%-
HSV(B)37.5º92.82%70.98%-
XYZ25.6122.813.43-
YUV124.8764.87168.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 13 (5.47% from 255) = 4.17%
R=58.01%
G=37.82%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811181300.350.930.2937.586.638.04
HexB576D0235D1D265726
Octal26516615043135354612746
Binary101101011110110110101000111011101111011001101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5760D; }

 p { color: rgb(181,118,13); }

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

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

 a { background-color: rgb(181,118,13); }

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

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

 span { border-color: rgb(181,118,13); }

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