Html Css Color HEX #A55441 Crail

📋 copy color: '#A55441'

red 165 ◦ green 84 ◦ blue 65

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

Shades of Crail #A55441

Tints of Crail #A55441

RGB

 RED value IS 165 (64.84% from 255) = 52.55%

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 52.55%
G = 26.75%
B = 20.7%

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

#A55441 (or 0xA55441) is known color: Crail. HEX triplet: A5, 54 and 41. RGB value is (165,84,65). Sum of RGB (Red+Green+Blue) = 165+84+65=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A55441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55441 is #5AABBE. Grayscale: #6A6A6A. Windows color (decimal): -5942207 or 4281509. OLE color: 4281509.

HSL color Cylindrical-coordinate representation of color #A55441: hue angle of 11.4º degrees, saturation: 0.43, 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 #A55441 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 65 -
CMYK 0 0.49 0.61 0.35
HSL 11.4º 0.43% 0.45% -
HSV(B) 11.4º 0.61% 0.65% -
XYZ 19.64 14.72 6.81 -
YUV 106.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 165 84 65 0 0.49 0.61 0.35 11.4 0.43 0.45
Hex A5 54 41 0 31 3D 23 B 2B 2D
Octal 245 124 101 0 61 75 43 13 53 55
Binary 10100101 1010100 1000001 0 110001 111101 100011 1011 101011 101101

Color Harmonies of #A55441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55441

Black with #A55441

Text Example


Text Example

White with #A55441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55441; }

 p { color: rgb(165,84,65); }

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

background-color css

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

 a { background-color: rgb(165,84,65); }

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

border-color css

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

 span { border-color: rgb(165,84,65); }

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