#B3942E

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

Shades of Sahara #B3942E

Tints of Sahara #B3942E

Color information

#B3942E (or 0xB3942E) is unknown color: approx Sahara. HEX triplet: B3, 94 and 2E. RGB value is (179,148,46). Sum of RGB (Red+Green+Blue) = 179+148+46=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3942E is #4C6BD1. Grayscale: #929292. Windows color (decimal): -5008338 or 3052723. OLE color: 3052723.

HSL color Cylindrical-coordinate representation of color #B3942E: hue angle of 46.02º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3942E is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17914846-
CMYK00.170.740.30
HSL46.02º59.11%44.12%-
HSV(B)46.02º74.3%70.2%-
XYZ29.6730.967-
YUV145.6471.77151.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 46 (18.36% from 255) = 12.33%
R=47.99%
G=39.68%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791484600.170.740.3046.0259.1144.12
HexB3942E0114A1E2e3b2c
Octal2632245602111236567354
Binary1011001110010100101110010001100101011110101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3942E; }

 p { color: rgb(179,148,46); }

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

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

 a { background-color: rgb(179,148,46); }

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

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

 span { border-color: rgb(179,148,46); }

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