#B39024

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

Shades of Sahara #B39024

Tints of Sahara #B39024

Color information

#B39024 (or 0xB39024) is unknown color: approx Sahara. HEX triplet: B3, 90 and 24. RGB value is (179,144,36). Sum of RGB (Red+Green+Blue) = 179+144+36=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B39024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39024 is #4C6FDB. Grayscale: #8E8E8E. Windows color (decimal): -5009372 or 2396339. OLE color: 2396339.

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

Color convert

RGB17914436-
CMYK00.200.800.30
HSL45.31º66.51%42.16%-
HSV(B)45.31º79.89%70.2%-
XYZ28.8829.665.87-
YUV142.1568.1154.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 36 (14.45% from 255) = 10.03%
R=49.86%
G=40.11%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791443600.200.800.3045.3166.5142.16
HexB39024014501E2d432a
Octal26322044024120365510352
Binary10110011100100001001000101001010000111101011011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39024; }

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

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

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

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

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

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

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

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