#B5841D

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

Shades of Dark Goldenrod #B5841D

Tints of Dark Goldenrod #B5841D

Color information

#B5841D (or 0xB5841D) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 84 and 1D. RGB value is (181,132,29). Sum of RGB (Red+Green+Blue) = 181+132+29=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5841D is #4A7BE2. Grayscale: #878787. Windows color (decimal): -4881379 or 1934517. OLE color: 1934517.

HSL color Cylindrical-coordinate representation of color #B5841D: hue angle of 40.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5841D is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB18113229-
CMYK00.270.840.29
HSL40.66º72.38%41.18%-
HSV(B)40.66º83.98%70.98%-
XYZ27.5326.414.81-
YUV134.9168.23160.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 29 (11.72% from 255) = 8.48%
R=52.92%
G=38.60%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811322900.270.840.2940.6672.3841.18
HexB5841D01B541D294829
Octal26520435033124355111051
Binary1011010110000100111010110111010100111011010011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5841D; }

 p { color: rgb(181,132,29); }

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

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

 a { background-color: rgb(181,132,29); }

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

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

 span { border-color: rgb(181,132,29); }

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