#B57953

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

Shades of Sante Fe #B57953

Tints of Sante Fe #B57953

Color information

#B57953 (or 0xB57953) is unknown color: approx Sante Fe. HEX triplet: B5, 79 and 53. RGB value is (181,121,83). Sum of RGB (Red+Green+Blue) = 181+121+83=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B57953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57953 is #4A86AC. Grayscale: #868686. Windows color (decimal): -4884141 or 5470645. OLE color: 5470645.

HSL color Cylindrical-coordinate representation of color #B57953: hue angle of 23.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B57953 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18112183-
CMYK00.330.540.29
HSL23.27º39.84%51.76%-
HSV(B)23.27º54.14%70.98%-
XYZ27.4524.1211.39-
YUV134.6198.88161.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=47.01%
G=31.43%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811218300.330.540.2923.2739.8451.76
HexB57953021361D172834
Octal2651711230416635275064
Binary101101011111001101001101000011101101110110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57953; }

 p { color: rgb(181,121,83); }

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

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

 a { background-color: rgb(181,121,83); }

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

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

 span { border-color: rgb(181,121,83); }

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