#B7724D

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

Shades of Sante Fe #B7724D

Tints of Sante Fe #B7724D

Color information

#B7724D (or 0xB7724D) is unknown color: approx Sante Fe. HEX triplet: B7, 72 and 4D. RGB value is (183,114,77). Sum of RGB (Red+Green+Blue) = 183+114+77=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7724D is #488DB2. Grayscale: #828282. Windows color (decimal): -4754867 or 5075639. OLE color: 5075639.

HSL color Cylindrical-coordinate representation of color #B7724D: hue angle of 20.94º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7724D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18311477-
CMYK00.380.580.28
HSL20.94º42.4%50.98%-
HSV(B)20.94º57.92%71.76%-
XYZ26.8922.649.97-
YUV130.4197.86165.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=48.93%
G=30.48%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831147700.380.580.2820.9442.450.98
HexB7724D0263A1C152a33
Octal2671621150467234255263
Binary101101111110010100110101001101110101110010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7724D; }

 p { color: rgb(183,114,77); }

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

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

 a { background-color: rgb(183,114,77); }

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

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

 span { border-color: rgb(183,114,77); }

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