#B28821

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

Shades of Nugget #B28821

Tints of Nugget #B28821

Color information

#B28821 (or 0xB28821) is unknown color: approx Nugget. HEX triplet: B2, 88 and 21. RGB value is (178,136,33). Sum of RGB (Red+Green+Blue) = 178+136+33=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B28821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28821 is #4D77DE. Grayscale: #898989. Windows color (decimal): -5076959 or 2197682. OLE color: 2197682.

HSL color Cylindrical-coordinate representation of color #B28821: hue angle of 42.62º 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 #B28821 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17813633-
CMYK00.240.810.30
HSL42.62º68.72%41.37%-
HSV(B)42.62º81.46%69.8%-
XYZ27.4427.185.24-
YUV136.8269.41157.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=51.30%
G=39.19%
B=9.51%

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
Decimal1781363300.240.810.3042.6268.7241.37
HexB28821018511E2b4529
Octal26221041030121365310551
Binary10110010100010001000010110001010001111101010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28821; }

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

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

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

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

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

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

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

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