Html Css Color HEX #A4312B Brown

📋 copy color: '#A4312B'

red 164 ◦ green 49 ◦ blue 43

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

Shades of Brown #A4312B

Tints of Brown #A4312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 64.06%
G = 19.14%
B = 16.8%

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

#A4312B (or 0xA4312B) is known color: Brown. HEX triplet: A4, 31 and 2B. RGB value is (164,49,43). Sum of RGB (Red+Green+Blue) = 164+49+43=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A4312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4312B is #5BCED4. Grayscale: #525252. Windows color (decimal): -6016725 or 2830756. OLE color: 2830756.

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

Color convert

RGB 164 49 43 -
CMYK 0 0.70 0.74 0.36
HSL 2.98º 0.58% 0.41% -
HSV(B) 2.98º 0.74% 0.64% -
XYZ 16.84 10.26 3.38 -
YUV 82.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 164 49 43 0 0.70 0.74 0.36 2.98 0.58 0.41
Hex A4 31 2B 0 46 4A 24 3 3A 29
Octal 244 61 53 0 106 112 44 3 72 51
Binary 10100100 110001 101011 0 1000110 1001010 100100 11 111010 101001

Color Harmonies of #A4312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4312B

Black with #A4312B

Text Example


Text Example

White with #A4312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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