#B39575

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

Shades of Sandrift #B39575

Tints of Sandrift #B39575

Color information

#B39575 (or 0xB39575) is unknown color: approx Sandrift. HEX triplet: B3, 95 and 75. RGB value is (179,149,117). Sum of RGB (Red+Green+Blue) = 179+149+117=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B39575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39575 is #4C6A8A. Grayscale: #9A9A9A. Windows color (decimal): -5008011 or 7706035. OLE color: 7706035.

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

Color convert

RGB179149117-
CMYK00.170.350.30
HSL30.97º28.97%58.04%-
HSV(B)30.97º34.64%70.2%-
XYZ32.5532.3621.36-
YUV154.32106.94145.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=40.22%
G=33.48%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914911700.170.350.3030.9728.9758.04
HexB39575011231E1f1d3a
Octal2632251650214336373572
Binary10110011100101011110101010001100011111101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39575; }

 p { color: rgb(179,149,117); }

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

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

 a { background-color: rgb(179,149,117); }

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

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

 span { border-color: rgb(179,149,117); }

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