#B3972D

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

Shades of Sahara #B3972D

Tints of Sahara #B3972D

Color information

#B3972D (or 0xB3972D) is unknown color: approx Sahara. HEX triplet: B3, 97 and 2D. RGB value is (179,151,45). Sum of RGB (Red+Green+Blue) = 179+151+45=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3972D is #4C68D2. Grayscale: #939393. Windows color (decimal): -5007571 or 2987955. OLE color: 2987955.

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

Color convert

RGB17915145-
CMYK00.160.750.30
HSL47.46º59.82%43.92%-
HSV(B)47.46º74.86%70.2%-
XYZ30.1331.917.05-
YUV147.2970.28150.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 45 (17.97% from 255) = 12%
R=47.73%
G=40.27%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791514500.160.750.3047.4659.8243.92
HexB3972D0104B1E2f3c2c
Octal2632275502011336577454
Binary1011001110010111101101010000100101111110101111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3972D; }

 p { color: rgb(179,151,45); }

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

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

 a { background-color: rgb(179,151,45); }

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

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

 span { border-color: rgb(179,151,45); }

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