#B38821

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

Shades of Nugget #B38821

Tints of Nugget #B38821

Color information

#B38821 (or 0xB38821) is unknown color: approx Nugget. HEX triplet: B3, 88 and 21. RGB value is (179,136,33). Sum of RGB (Red+Green+Blue) = 179+136+33=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B38821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38821 is #4C77DE. Grayscale: #898989. Windows color (decimal): -5011423 or 2197683. OLE color: 2197683.

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

Color convert

RGB17913633-
CMYK00.240.820.30
HSL42.33º68.87%41.57%-
HSV(B)42.33º81.56%70.2%-
XYZ27.6727.35.25-
YUV137.1269.25157.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 33 (13.28% from 255) = 9.48%
R=51.44%
G=39.08%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791363300.240.820.3042.3368.8741.57
HexB38821018521E2a452a
Octal26321041030122365210552
Binary10110011100010001000010110001010010111101010101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38821; }

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

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

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

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

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

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

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

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