#b39229

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

Shades of Sahara #B39229

Tints of Sahara #B39229

Color information

#B39229 (or 0xB39229) is unknown color: approx Sahara. HEX triplet: B3, 92 and 29. RGB value is (179,146,41). Sum of RGB (Red+Green+Blue) = 179+146+41=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B39229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39229 is #4C6DD6. Grayscale: #909090. Windows color (decimal): -5008855 or 2724531. OLE color: 2724531.

HSL color Cylindrical-coordinate representation of color #B39229: hue angle of 45.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B39229 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17914641-
CMYK00.180.770.30
HSL45.65º62.73%43.14%-
HSV(B)45.65º77.09%70.2%-
XYZ29.2730.36.4-
YUV143.969.93153.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 41 (16.41% from 255) = 11.20%
R=48.91%
G=39.89%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791464100.180.770.3045.6562.7343.14
HexB392290124D1E2e3f2b
Octal2632225102211536567753
Binary1011001110010010101001010010100110111110101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b39229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b39229; }

 p { color: rgb(179,146,41); }

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

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

 a { background-color: rgb(179,146,41); }

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

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

 span { border-color: rgb(179,146,41); }

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