#B39021

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

Shades of Sahara #B39021

Tints of Sahara #B39021

Color information

#B39021 (or 0xB39021) is unknown color: approx Sahara. HEX triplet: B3, 90 and 21. RGB value is (179,144,33). Sum of RGB (Red+Green+Blue) = 179+144+33=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B39021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39021 is #4C6FDE. Grayscale: #8E8E8E. Windows color (decimal): -5009375 or 2199731. OLE color: 2199731.

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

Color convert

RGB17914433-
CMYK00.200.820.30
HSL45.62º68.87%41.57%-
HSV(B)45.62º81.56%70.2%-
XYZ28.8429.645.64-
YUV141.8166.6154.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 33 (13.28% from 255) = 9.27%
R=50.28%
G=40.45%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791443300.200.820.3045.6268.8741.57
HexB39021014521E2e452a
Octal26322041024122365610552
Binary10110011100100001000010101001010010111101011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39021; }

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

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

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

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

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

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

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

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