Html Css Color HEX #A4312D Brown

📋 copy color: '#A4312D'

red 164 ◦ green 49 ◦ blue 45

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

Shades of Brown #A4312D

Tints of Brown #A4312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 63.57%
G = 18.99%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4312D (or 0xA4312D) is known color: Brown. HEX triplet: A4, 31 and 2D. RGB value is (164,49,45). Sum of RGB (Red+Green+Blue) = 164+49+45=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4312D is #5BCED2. Grayscale: #535353. Windows color (decimal): -6016723 or 2961828. OLE color: 2961828.

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

Color convert

RGB 164 49 45 -
CMYK 0 0.70 0.73 0.36
HSL 2.02º 0.57% 0.41% -
HSV(B) 2.02º 0.73% 0.64% -
XYZ 16.88 10.28 3.58 -
YUV 82.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 164 49 45 0 0.70 0.73 0.36 2.02 0.57 0.41
Hex A4 31 2D 0 46 49 24 2 39 29
Octal 244 61 55 0 106 111 44 2 71 51
Binary 10100100 110001 101101 0 1000110 1001001 100100 10 111001 101001

Color Harmonies of #A4312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4312D

Black with #A4312D

Text Example


Text Example

White with #A4312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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