#b58828

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

Shades of Nugget #B58828

Tints of Nugget #B58828

Color information

#B58828 (or 0xB58828) is unknown color: approx Nugget. HEX triplet: B5, 88 and 28. RGB value is (181,136,40). Sum of RGB (Red+Green+Blue) = 181+136+40=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B58828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58828 is #4A77D7. Grayscale: #8A8A8A. Windows color (decimal): -4880344 or 2656437. OLE color: 2656437.

HSL color Cylindrical-coordinate representation of color #B58828: hue angle of 40.85º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B58828 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18113640-
CMYK00.250.780.29
HSL40.85º63.8%43.33%-
HSV(B)40.85º77.9%70.98%-
XYZ28.2427.595.84-
YUV138.5172.41158.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 40 (16.02% from 255) = 11.20%
R=50.70%
G=38.10%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811364000.250.780.2940.8563.843.33
HexB588280194E1D29402b
Octal26521050031116355110053
Binary10110101100010001010000110011001110111011010011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58828; }

 p { color: rgb(181,136,40); }

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

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

 a { background-color: rgb(181,136,40); }

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

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

 span { border-color: rgb(181,136,40); }

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