Html Css Color HEX #A4321D Brown

📋 copy color: '#A4321D'

red 164 ◦ green 50 ◦ blue 29

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

Shades of Brown #A4321D

Tints of Brown #A4321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 67.49%
G = 20.58%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4321D (or 0xA4321D) is known color: Brown. HEX triplet: A4, 32 and 1D. RGB value is (164,50,29). Sum of RGB (Red+Green+Blue) = 164+50+29=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4321D is #5BCDE2. Grayscale: #515151. Windows color (decimal): -6016483 or 1913508. OLE color: 1913508.

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

Color convert

RGB 164 50 29 -
CMYK 0 0.70 0.82 0.36
HSL 9.33º 0.7% 0.38% -
HSV(B) 9.33º 0.82% 0.64% -
XYZ 16.67 10.26 2.26 -
YUV 81.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 164 50 29 0 0.70 0.82 0.36 9.33 0.7 0.38
Hex A4 32 1D 0 46 52 24 9 46 26
Octal 244 62 35 0 106 122 44 11 106 46
Binary 10100100 110010 11101 0 1000110 1010010 100100 1001 1000110 100110

Color Harmonies of #A4321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4321D

Black with #A4321D

Text Example


Text Example

White with #A4321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4321D; }

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

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

background-color css

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

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

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

border-color css

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

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

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