#B3932D

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

Shades of Sahara #B3932D

Tints of Sahara #B3932D

Color information

#B3932D (or 0xB3932D) is unknown color: approx Sahara. HEX triplet: B3, 93 and 2D. RGB value is (179,147,45). Sum of RGB (Red+Green+Blue) = 179+147+45=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3932D is #4C6CD2. Grayscale: #919191. Windows color (decimal): -5008595 or 2986931. OLE color: 2986931.

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

Color convert

RGB17914745-
CMYK00.180.750.30
HSL45.67º59.82%43.92%-
HSV(B)45.67º74.86%70.2%-
XYZ29.530.646.84-
YUV144.9471.6152.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=48.25%
G=39.62%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791474500.180.750.3045.6759.8243.92
HexB3932D0124B1E2e3c2c
Octal2632235502211336567454
Binary1011001110010011101101010010100101111110101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3932D; }

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

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

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

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

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

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

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

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