#B5810D

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

Shades of Dark Goldenrod #B5810D

Tints of Dark Goldenrod #B5810D

Color information

#B5810D (or 0xB5810D) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 81 and 0D. RGB value is (181,129,13). Sum of RGB (Red+Green+Blue) = 181+129+13=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5810D is #4A7EF2. Grayscale: #838383. Windows color (decimal): -4882163 or 885173. OLE color: 885173.

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

Color convert

RGB18112913-
CMYK00.290.930.29
HSL41.43º86.6%38.04%-
HSV(B)41.43º92.82%70.98%-
XYZ26.9825.553.89-
YUV131.3261.23163.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=56.04%
G=39.94%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811291300.290.930.2941.4386.638.04
HexB581D01D5D1D295726
Octal26520115035135355112746
Binary101101011000000111010111011011101111011010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5810D; }

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

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

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

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

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

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

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

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