Html Css Color HEX #A4301A Brown

📋 copy color: '#A4301A'

red 164 ◦ green 48 ◦ blue 26

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

Shades of Brown #A4301A

Tints of Brown #A4301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 68.91%
G = 20.17%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4301A (or 0xA4301A) is known color: Brown. HEX triplet: A4, 30 and 1A. RGB value is (164,48,26). Sum of RGB (Red+Green+Blue) = 164+48+26=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A4301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4301A is #5BCFE5. Grayscale: #505050. Windows color (decimal): -6016998 or 1716388. OLE color: 1716388.

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

Color convert

RGB 164 48 26 -
CMYK 0 0.71 0.84 0.36
HSL 9.57º 0.73% 0.37% -
HSV(B) 9.57º 0.84% 0.64% -
XYZ 16.55 10.08 2.05 -
YUV 80.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 164 48 26 0 0.71 0.84 0.36 9.57 0.73 0.37
Hex A4 30 1A 0 47 54 24 A 49 25
Octal 244 60 32 0 107 124 44 12 111 45
Binary 10100100 110000 11010 0 1000111 1010100 100100 1010 1001001 100101

Color Harmonies of #A4301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4301A

Black with #A4301A

Text Example


Text Example

White with #A4301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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