#a75c36

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

Shades of Desert #A75C36

Tints of Desert #A75C36

Color information

#A75C36 (or 0xA75C36) is unknown color: approx Desert. HEX triplet: A7, 5C and 36. RGB value is (167,92,54). Sum of RGB (Red+Green+Blue) = 167+92+54=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C36 is #58A3C9. Grayscale: #6E6E6E. Windows color (decimal): -5809098 or 3562663. OLE color: 3562663.

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

Color convert

RGB1679254-
CMYK00.450.680.35
HSL20.18º51.13%43.33%-
HSV(B)20.18º67.66%65.49%-
XYZ20.4316.145.53-
YUV110.0996.35168.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.35%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=53.35%
G=29.39%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167925400.450.680.3520.1851.1343.33
HexA75C3602D442314332b
Octal2471346605510443246353
Binary1010011110111001101100101101100010010001110100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75c36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75c36; }

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

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

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

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

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

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

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

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