#B28721

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

Shades of Nugget #B28721

Tints of Nugget #B28721

Color information

#B28721 (or 0xB28721) is unknown color: approx Nugget. HEX triplet: B2, 87 and 21. RGB value is (178,135,33). Sum of RGB (Red+Green+Blue) = 178+135+33=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B28721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28721 is #4D78DE. Grayscale: #888888. Windows color (decimal): -5077215 or 2197426. OLE color: 2197426.

HSL color Cylindrical-coordinate representation of color #B28721: hue angle of 42.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B28721 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17813533-
CMYK00.240.810.30
HSL42.21º68.72%41.37%-
HSV(B)42.21º81.46%69.8%-
XYZ27.326.95.19-
YUV136.2369.75157.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=51.45%
G=39.02%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781353300.240.810.3042.2168.7241.37
HexB28721018511E2a4529
Octal26220741030121365210551
Binary10110010100001111000010110001010001111101010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28721; }

 p { color: rgb(178,135,33); }

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

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

 a { background-color: rgb(178,135,33); }

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

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

 span { border-color: rgb(178,135,33); }

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