Html Css Color HEX #A43320 Brown

📋 copy color: '#A43320'

red 164 ◦ green 51 ◦ blue 32

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

Shades of Brown #A43320

Tints of Brown #A43320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 66.4%
G = 20.65%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A43320 (or 0xA43320) is known color: Brown. HEX triplet: A4, 33 and 20. RGB value is (164,51,32). Sum of RGB (Red+Green+Blue) = 164+51+32=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A43320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43320 is #5BCCDF. Grayscale: #525252. Windows color (decimal): -6016224 or 2110372. OLE color: 2110372.

HSL color Cylindrical-coordinate representation of color #A43320: hue angle of 8.64º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A43320 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 32 -
CMYK 0 0.69 0.80 0.36
HSL 8.64º 0.67% 0.38% -
HSV(B) 8.64º 0.8% 0.64% -
XYZ 16.75 10.36 2.48 -
YUV 82.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 164 51 32 0 0.69 0.80 0.36 8.64 0.67 0.38
Hex A4 33 20 0 45 50 24 9 43 26
Octal 244 63 40 0 105 120 44 11 103 46
Binary 10100100 110011 100000 0 1000101 1010000 100100 1001 1000011 100110

Color Harmonies of #A43320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43320

Black with #A43320

Text Example


Text Example

White with #A43320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43320; }

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

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

background-color css

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

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

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

border-color css

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

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

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