Html Css Color HEX #A1281E Brown

📋 copy color: '#A1281E'

red 161 ◦ green 40 ◦ blue 30

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

Shades of Brown #A1281E

Tints of Brown #A1281E

RGB

 RED value IS 161 (63.28% from 255) = 69.7%

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 69.7%
G = 17.32%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1281E (or 0xA1281E) is known color: Brown. HEX triplet: A1, 28 and 1E. RGB value is (161,40,30). Sum of RGB (Red+Green+Blue) = 161+40+30=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A1281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1281E is #5ED7E1. Grayscale: #4B4B4B. Windows color (decimal): -6215650 or 1976481. OLE color: 1976481.

HSL color Cylindrical-coordinate representation of color #A1281E: hue angle of 4.58º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1281E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 30 -
CMYK 0 0.75 0.81 0.37
HSL 4.58º 0.69% 0.37% -
HSV(B) 4.58º 0.81% 0.63% -
XYZ 15.69 9.19 2.17 -
YUV 75.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 161 40 30 0 0.75 0.81 0.37 4.58 0.69 0.37
Hex A1 28 1E 0 4B 51 25 5 45 25
Octal 241 50 36 0 113 121 45 5 105 45
Binary 10100001 101000 11110 0 1001011 1010001 100101 101 1000101 100101

Color Harmonies of #A1281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1281E

Black with #A1281E

Text Example


Text Example

White with #A1281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1281E; }

 p { color: rgb(161,40,30); }

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

background-color css

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

 a { background-color: rgb(161,40,30); }

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

border-color css

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

 span { border-color: rgb(161,40,30); }

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