#B5770D

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

Shades of Dark Goldenrod #B5770D

Tints of Dark Goldenrod #B5770D

Color information

#B5770D (or 0xB5770D) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 77 and 0D. RGB value is (181,119,13). Sum of RGB (Red+Green+Blue) = 181+119+13=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5770D is #4A88F2. Grayscale: #7D7D7D. Windows color (decimal): -4884723 or 882613. OLE color: 882613.

HSL color Cylindrical-coordinate representation of color #B5770D: hue angle of 37.86º 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 #B5770D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18111913-
CMYK00.340.930.29
HSL37.86º86.6%38.04%-
HSV(B)37.86º92.82%70.98%-
XYZ25.7323.053.47-
YUV125.4564.54167.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 13 (5.47% from 255) = 4.15%
R=57.83%
G=38.02%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811191300.340.930.2937.8686.638.04
HexB577D0225D1D265726
Octal26516715042135354612746
Binary101101011110111110101000101011101111011001101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5770D; }

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

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

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

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

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

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

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

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