#B5740E

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

Shades of Dark Goldenrod #B5740E

Tints of Dark Goldenrod #B5740E

Color information

#B5740E (or 0xB5740E) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 74 and 0E. RGB value is (181,116,14). Sum of RGB (Red+Green+Blue) = 181+116+14=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5740E is #4A8BF1. Grayscale: #7C7C7C. Windows color (decimal): -4885490 or 947381. OLE color: 947381.

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

Color convert

RGB18111614-
CMYK00.360.920.29
HSL36.65º85.64%38.24%-
HSV(B)36.65º92.27%70.98%-
XYZ25.3822.353.39-
YUV123.8166.03168.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 14 (5.86% from 255) = 4.50%
R=58.20%
G=37.30%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811161400.360.920.2936.6585.6438.24
HexB574E0245C1D255626
Octal26516416044134354512646
Binary101101011110100111001001001011100111011001011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5740E; }

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

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

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

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

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

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

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

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