Html Css Color HEX #A4332A Brown

📋 copy color: '#A4332A'

red 164 ◦ green 51 ◦ blue 42

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

Shades of Brown #A4332A

Tints of Brown #A4332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 63.81%
G = 19.84%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4332A (or 0xA4332A) is known color: Brown. HEX triplet: A4, 33 and 2A. RGB value is (164,51,42). Sum of RGB (Red+Green+Blue) = 164+51+42=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A4332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4332A is #5BCCD5. Grayscale: #535353. Windows color (decimal): -6016214 or 2765732. OLE color: 2765732.

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

Color convert

RGB 164 51 42 -
CMYK 0 0.69 0.74 0.36
HSL 4.43º 0.59% 0.4% -
HSV(B) 4.43º 0.74% 0.64% -
XYZ 16.91 10.43 3.31 -
YUV 83.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 164 51 42 0 0.69 0.74 0.36 4.43 0.59 0.4
Hex A4 33 2A 0 45 4A 24 4 3B 28
Octal 244 63 52 0 105 112 44 4 73 50
Binary 10100100 110011 101010 0 1000101 1001010 100100 100 111011 101000

Color Harmonies of #A4332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4332A

Black with #A4332A

Text Example


Text Example

White with #A4332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4332A; }

 p { color: rgb(164,51,42); }

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

background-color css

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

 a { background-color: rgb(164,51,42); }

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

border-color css

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

 span { border-color: rgb(164,51,42); }

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