#A75C38

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

Shades of Desert #A75C38

Tints of Desert #A75C38

Color information

#A75C38 (or 0xA75C38) is unknown color: approx Desert. HEX triplet: A7, 5C and 38. RGB value is (167,92,56). Sum of RGB (Red+Green+Blue) = 167+92+56=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C38 is #58A3C7. Grayscale: #6E6E6E. Windows color (decimal): -5809096 or 3693735. OLE color: 3693735.

HSL color Cylindrical-coordinate representation of color #A75C38: hue angle of 19.46º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A75C38 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1679256-
CMYK00.450.660.35
HSL19.46º49.78%43.73%-
HSV(B)19.46º66.47%65.49%-
XYZ20.4816.165.78-
YUV110.3297.35168.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=53.02%
G=29.21%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167925600.450.660.3519.4649.7843.73
HexA75C3802D422313322c
Octal2471347005510243236254
Binary1010011110111001110000101101100001010001110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C38; }

 p { color: rgb(167,92,56); }

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

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

 a { background-color: rgb(167,92,56); }

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

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

 span { border-color: rgb(167,92,56); }

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