Html Css Color HEX #A4301C Brown

📋 copy color: '#A4301C'

red 164 ◦ green 48 ◦ blue 28

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

Shades of Brown #A4301C

Tints of Brown #A4301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 68.33%
G = 20%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4301C (or 0xA4301C) is known color: Brown. HEX triplet: A4, 30 and 1C. RGB value is (164,48,28). Sum of RGB (Red+Green+Blue) = 164+48+28=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A4301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4301C is #5BCFE3. Grayscale: #505050. Windows color (decimal): -6016996 or 1847460. OLE color: 1847460.

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

Color convert

RGB 164 48 28 -
CMYK 0 0.71 0.83 0.36
HSL 8.82º 0.71% 0.38% -
HSV(B) 8.82º 0.83% 0.64% -
XYZ 16.58 10.09 2.17 -
YUV 80.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 164 48 28 0 0.71 0.83 0.36 8.82 0.71 0.38
Hex A4 30 1C 0 47 53 24 9 47 26
Octal 244 60 34 0 107 123 44 11 107 46
Binary 10100100 110000 11100 0 1000111 1010011 100100 1001 1000111 100110

Color Harmonies of #A4301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4301C

Black with #A4301C

Text Example


Text Example

White with #A4301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4301C; }

 p { color: rgb(164,48,28); }

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

background-color css

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

 a { background-color: rgb(164,48,28); }

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

border-color css

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

 span { border-color: rgb(164,48,28); }

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