#B58620

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

Shades of Nugget #B58620

Tints of Nugget #B58620

Color information

#B58620 (or 0xB58620) is unknown color: approx Nugget. HEX triplet: B5, 86 and 20. RGB value is (181,134,32). Sum of RGB (Red+Green+Blue) = 181+134+32=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B58620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58620 is #4A79DF. Grayscale: #888888. Windows color (decimal): -4880864 or 2131637. OLE color: 2131637.

HSL color Cylindrical-coordinate representation of color #B58620: hue angle of 41.07º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B58620 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18113432-
CMYK00.260.820.29
HSL41.07º69.95%41.76%-
HSV(B)41.07º82.32%70.98%-
XYZ27.8426.985.11-
YUV136.4269.07159.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 32 (12.89% from 255) = 9.22%
R=52.16%
G=38.62%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811343200.260.820.2941.0769.9541.76
HexB5862001A521D29462a
Octal26520640032122355110652
Binary10110101100001101000000110101010010111011010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58620; }

 p { color: rgb(181,134,32); }

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

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

 a { background-color: rgb(181,134,32); }

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

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

 span { border-color: rgb(181,134,32); }

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