Html Css Color HEX #A4281E Brown

📋 copy color: '#A4281E'

red 164 ◦ green 40 ◦ blue 30

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

Shades of Brown #A4281E

Tints of Brown #A4281E

RGB

 RED value IS 164 (64.45% from 255) = 70.09%

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

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

R = 70.09%
G = 17.09%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4281E (or 0xA4281E) is known color: Brown. HEX triplet: A4, 28 and 1E. RGB value is (164,40,30). Sum of RGB (Red+Green+Blue) = 164+40+30=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A4281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4281E is #5BD7E1. Grayscale: #4C4C4C. Windows color (decimal): -6019042 or 1976484. OLE color: 1976484.

HSL color Cylindrical-coordinate representation of color #A4281E: hue angle of 4.48º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4281E is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 30 -
CMYK 0 0.76 0.82 0.36
HSL 4.48º 0.69% 0.38% -
HSV(B) 4.48º 0.82% 0.64% -
XYZ 16.3 9.5 2.2 -
YUV 75.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 164 40 30 0 0.76 0.82 0.36 4.48 0.69 0.38
Hex A4 28 1E 0 4C 52 24 4 45 26
Octal 244 50 36 0 114 122 44 4 105 46
Binary 10100100 101000 11110 0 1001100 1010010 100100 100 1000101 100110

Color Harmonies of #A4281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4281E

Black with #A4281E

Text Example


Text Example

White with #A4281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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