Html Css Color HEX #A75D3D Desert

📋 copy color: '#A75D3D'

red 167 ◦ green 93 ◦ blue 61

#A75D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #A75D3D

Tints of Desert #A75D3D

RGB

 RED value IS 167 (65.63% from 255) = 52.02%

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 52.02%
G = 28.97%
B = 19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A75D3D (or 0xA75D3D) is known color: Desert. HEX triplet: A7, 5D and 3D. RGB value is (167,93,61). Sum of RGB (Red+Green+Blue) = 167+93+61=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D3D is #58A2C2. Grayscale: #6F6F6F. Windows color (decimal): -5808835 or 4021671. OLE color: 4021671.

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

Color convert

RGB 167 93 61 -
CMYK 0 0.44 0.63 0.35
HSL 18.11º 0.46% 0.45% -
HSV(B) 18.11º 0.63% 0.65% -
XYZ 20.69 16.38 6.49 -
YUV 111.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 167 93 61 0 0.44 0.63 0.35 18.11 0.46 0.45
Hex A7 5D 3D 0 2C 3F 23 12 2E 2D
Octal 247 135 75 0 54 77 43 22 56 55
Binary 10100111 1011101 111101 0 101100 111111 100011 10010 101110 101101

Color Harmonies of #A75D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D3D

Black with #A75D3D

Text Example


Text Example

White with #A75D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D3D; }

 p { color: rgb(167,93,61); }

 H1.HeaderClassName
 {
   color: #A75D3D;
 }
 .AnyTagClassName
 {
   color: #A75D3D;
 }
</style>

background-color css

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

 a { background-color: rgb(167,93,61); }

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

border-color css

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

 span { border-color: rgb(167,93,61); }

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