#B58720

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

Shades of Nugget #B58720

Tints of Nugget #B58720

Color information

#B58720 (or 0xB58720) is unknown color: approx Nugget. HEX triplet: B5, 87 and 20. RGB value is (181,135,32). Sum of RGB (Red+Green+Blue) = 181+135+32=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B58720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58720 is #4A78DF. Grayscale: #898989. Windows color (decimal): -4880608 or 2131893. OLE color: 2131893.

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

Color convert

RGB18113532-
CMYK00.250.820.29
HSL41.48º69.95%41.76%-
HSV(B)41.48º82.32%70.98%-
XYZ27.9827.265.15-
YUV137.0168.74159.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 32 (12.89% from 255) = 9.20%
R=52.01%
G=38.79%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811353200.250.820.2941.4869.9541.76
HexB58720019521D29462a
Octal26520740031122355110652
Binary10110101100001111000000110011010010111011010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58720; }

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

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

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

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

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

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

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

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