#B38D24

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

Shades of Nugget #B38D24

Tints of Nugget #B38D24

Color information

#B38D24 (or 0xB38D24) is unknown color: approx Nugget. HEX triplet: B3, 8D and 24. RGB value is (179,141,36). Sum of RGB (Red+Green+Blue) = 179+141+36=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D24 is #4C72DB. Grayscale: #8C8C8C. Windows color (decimal): -5010140 or 2395571. OLE color: 2395571.

HSL color Cylindrical-coordinate representation of color #B38D24: hue angle of 44.06º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B38D24 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17914136-
CMYK00.210.800.30
HSL44.06º66.51%42.16%-
HSV(B)44.06º79.89%70.2%-
XYZ28.4328.765.72-
YUV140.3969.09155.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 36 (14.45% from 255) = 10.11%
R=50.28%
G=39.61%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791413600.210.800.3044.0666.5142.16
HexB38D24015501E2c432a
Octal26321544025120365410352
Binary10110011100011011001000101011010000111101011001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D24; }

 p { color: rgb(179,141,36); }

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

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

 a { background-color: rgb(179,141,36); }

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

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

 span { border-color: rgb(179,141,36); }

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