Html Css Color HEX #A75541 Crail

📋 copy color: '#A75541'

red 167 ◦ green 85 ◦ blue 65

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

Shades of Crail #A75541

Tints of Crail #A75541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 52.68%
G = 26.81%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A75541 (or 0xA75541) is known color: Crail. HEX triplet: A7, 55 and 41. RGB value is (167,85,65). Sum of RGB (Red+Green+Blue) = 167+85+65=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A75541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75541 is #58AABE. Grayscale: #6B6B6B. Windows color (decimal): -5810879 or 4281767. OLE color: 4281767.

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

Color convert

RGB 167 85 65 -
CMYK 0 0.49 0.61 0.35
HSL 11.76º 0.44% 0.45% -
HSV(B) 11.76º 0.61% 0.65% -
XYZ 20.14 15.09 6.85 -
YUV 107.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 167 85 65 0 0.49 0.61 0.35 11.76 0.44 0.45
Hex A7 55 41 0 31 3D 23 C 2C 2D
Octal 247 125 101 0 61 75 43 14 54 55
Binary 10100111 1010101 1000001 0 110001 111101 100011 1100 101100 101101

Color Harmonies of #A75541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75541

Black with #A75541

Text Example


Text Example

White with #A75541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75541; }

 p { color: rgb(167,85,65); }

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

background-color css

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

 a { background-color: rgb(167,85,65); }

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

border-color css

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

 span { border-color: rgb(167,85,65); }

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