Html Css Color HEX #A55741 Crail

📋 copy color: '#A55741'

red 165 ◦ green 87 ◦ blue 65

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

Shades of Crail #A55741

Tints of Crail #A55741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

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

R = 52.05%
G = 27.44%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A55741 (or 0xA55741) is known color: Crail. HEX triplet: A5, 57 and 41. RGB value is (165,87,65). Sum of RGB (Red+Green+Blue) = 165+87+65=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A55741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55741 is #5AA8BE. Grayscale: #6B6B6B. Windows color (decimal): -5941439 or 4282277. OLE color: 4282277.

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

Color convert

RGB 165 87 65 -
CMYK 0 0.47 0.61 0.35
HSL 13.2º 0.43% 0.45% -
HSV(B) 13.2º 0.61% 0.65% -
XYZ 19.88 15.2 6.89 -
YUV 107.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 165 87 65 0 0.47 0.61 0.35 13.2 0.43 0.45
Hex A5 57 41 0 2F 3D 23 D 2B 2D
Octal 245 127 101 0 57 75 43 15 53 55
Binary 10100101 1010111 1000001 0 101111 111101 100011 1101 101011 101101

Color Harmonies of #A55741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55741

Black with #A55741

Text Example


Text Example

White with #A55741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55741; }

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

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

background-color css

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

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

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

border-color css

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

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

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