Html Css Color HEX #A4321A Brown

📋 copy color: '#A4321A'

red 164 ◦ green 50 ◦ blue 26

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

Shades of Brown #A4321A

Tints of Brown #A4321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 68.33%
G = 20.83%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4321A (or 0xA4321A) is known color: Brown. HEX triplet: A4, 32 and 1A. RGB value is (164,50,26). Sum of RGB (Red+Green+Blue) = 164+50+26=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A4321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4321A is #5BCDE5. Grayscale: #515151. Windows color (decimal): -6016486 or 1716900. OLE color: 1716900.

HSL color Cylindrical-coordinate representation of color #A4321A: hue angle of 10.43º 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 #A4321A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 26 -
CMYK 0 0.70 0.84 0.36
HSL 10.43º 0.73% 0.37% -
HSV(B) 10.43º 0.84% 0.64% -
XYZ 16.64 10.25 2.08 -
YUV 81.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 164 50 26 0 0.70 0.84 0.36 10.43 0.73 0.37
Hex A4 32 1A 0 46 54 24 A 49 25
Octal 244 62 32 0 106 124 44 12 111 45
Binary 10100100 110010 11010 0 1000110 1010100 100100 1010 1001001 100101

Color Harmonies of #A4321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4321A

Black with #A4321A

Text Example


Text Example

White with #A4321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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