Html Css Color HEX #A4321F Brown

📋 copy color: '#A4321F'

red 164 ◦ green 50 ◦ blue 31

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

Shades of Brown #A4321F

Tints of Brown #A4321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 66.94%
G = 20.41%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4321F (or 0xA4321F) is known color: Brown. HEX triplet: A4, 32 and 1F. RGB value is (164,50,31). Sum of RGB (Red+Green+Blue) = 164+50+31=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4321F is #5BCDE0. Grayscale: #525252. Windows color (decimal): -6016481 or 2044580. OLE color: 2044580.

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

Color convert

RGB 164 50 31 -
CMYK 0 0.70 0.81 0.36
HSL 8.57º 0.68% 0.38% -
HSV(B) 8.57º 0.81% 0.64% -
XYZ 16.7 10.27 2.4 -
YUV 81.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 164 50 31 0 0.70 0.81 0.36 8.57 0.68 0.38
Hex A4 32 1F 0 46 51 24 9 44 26
Octal 244 62 37 0 106 121 44 11 104 46
Binary 10100100 110010 11111 0 1000110 1010001 100100 1001 1000100 100110

Color Harmonies of #A4321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4321F

Black with #A4321F

Text Example


Text Example

White with #A4321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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