#B5952D

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

Shades of Sahara #B5952D

Tints of Sahara #B5952D

Color information

#B5952D (or 0xB5952D) is unknown color: approx Sahara. HEX triplet: B5, 95 and 2D. RGB value is (181,149,45). Sum of RGB (Red+Green+Blue) = 181+149+45=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5952D is #4A6AD2. Grayscale: #939393. Windows color (decimal): -4877011 or 2987445. OLE color: 2987445.

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

Color convert

RGB18114945-
CMYK00.180.750.29
HSL45.88º60.18%44.31%-
HSV(B)45.88º75.14%70.98%-
XYZ30.2831.516.97-
YUV146.7170.6152.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 45 (17.97% from 255) = 12%
R=48.27%
G=39.73%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811494500.180.750.2945.8860.1844.31
HexB5952D0124B1D2e3c2c
Octal2652255502211335567454
Binary1011010110010101101101010010100101111101101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5952D; }

 p { color: rgb(181,149,45); }

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

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

 a { background-color: rgb(181,149,45); }

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

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

 span { border-color: rgb(181,149,45); }

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