Html Css Color HEX #A4322B Brown

📋 copy color: '#A4322B'

red 164 ◦ green 50 ◦ blue 43

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

Shades of Brown #A4322B

Tints of Brown #A4322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 63.81%
G = 19.46%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4322B (or 0xA4322B) is known color: Brown. HEX triplet: A4, 32 and 2B. RGB value is (164,50,43). Sum of RGB (Red+Green+Blue) = 164+50+43=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A4322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4322B is #5BCDD4. Grayscale: #535353. Windows color (decimal): -6016469 or 2831012. OLE color: 2831012.

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

Color convert

RGB 164 50 43 -
CMYK 0 0.70 0.74 0.36
HSL 3.47º 0.58% 0.41% -
HSV(B) 3.47º 0.74% 0.64% -
XYZ 16.89 10.35 3.39 -
YUV 83.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 164 50 43 0 0.70 0.74 0.36 3.47 0.58 0.41
Hex A4 32 2B 0 46 4A 24 3 3A 29
Octal 244 62 53 0 106 112 44 3 72 51
Binary 10100100 110010 101011 0 1000110 1001010 100100 11 111010 101001

Color Harmonies of #A4322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4322B

Black with #A4322B

Text Example


Text Example

White with #A4322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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